Browse Source

changed code

master
Cristina Cochior 5 years ago
parent
commit
9b13384330
  1. 2
      transit.py

2
transit.py

@ -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 usher.py -d -j administratorbot@conversejs.org -r botsofconduct@muc.vvvvvvaria.org -n usherbot -p testing
python3 transit.py -d -j administratorbot@conversejs.org -r botsofconduct@muc.vvvvvvaria.org -n transitbot -p testing
"""
class MUCBot(slixmpp.ClientXMPP):

Loading…
Cancel
Save