|
|
@ -13,7 +13,7 @@ from slixmpp import ClientXMPP |
|
|
|
mbody="%s has just left..." % (presence['muc']['nick']), |
|
|
|
|
|
|
|
To run this bot, type the following command in your terminal: |
|
|
|
python3 transit.py -d -j administratorbot@conversejs.org -r botsofconduct@muc.vvvvvvaria.org -n transitbot -p testing |
|
|
|
python3 transit.py -d -j transitbot@conversejs.org -r botsofconduct@muc.vvvvvvaria.org -n transitbot -p testing |
|
|
|
""" |
|
|
|
|
|
|
|
class MUCBot(slixmpp.ClientXMPP): |
|
|
|