Browse Source

changed small thing

master
Cristina Cochior 4 years ago
parent
commit
b93568e8c2
  1. 2
      gather.py
  2. 2
      greet.py
  3. 2
      spark.py
  4. 2
      transit.py
  5. 2
      whisper.py

2
gather.py

@ -9,7 +9,7 @@
"@glossary-all": returns a list of all the saved expressions.
To run this bot, type the following command in your terminal:
python3 gather.py -d -j administratorbot@conversejs.org -r botsofconduct@muc.vvvvvvaria.org -n gatherbot -p testing -o .
python3 gather.py -d -j gatherbot@conversejs.org -r botsofconduct@muc.vvvvvvaria.org -n gatherbot -p testing -o .
"""
import logging

2
greet.py

@ -7,7 +7,7 @@
self.send_message(mto=self.room, mbody='collective conditions', mtype='groupchat')
To run this bot, type the following command in your terminal:
python3 greet.py -d -j administratorbot@conversejs.org -r botsofconduct@muc.vvvvvvaria.org -n greetbot -p testing
python3 greet.py -d -j greetbot@conversejs.org -r botsofconduct@muc.vvvvvvaria.org -n greetbot -p testing
"""
import logging

2
spark.py

@ -9,7 +9,7 @@
wordslist = ['a response to the target-word.']
To run this bot, type the following command in your terminal:
python3 spark.py -d -j administratorbot@conversejs.org -r botsofconduct@muc.vvvvvvaria.org -n sparkbot -p testing
python3 spark.py -d -j sparkbot@conversejs.org -r botsofconduct@muc.vvvvvvaria.org -n sparkbot -p testing
"""
import logging

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 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):

2
whisper.py

@ -9,7 +9,7 @@
self.send_message(mto=self.room, mbody="This has been whispered to me:\n%(body)s" % msg, mtype='groupchat')
To run this bot, type the following command in your terminal:
python3 whisper.py -j administratorbot@conversejs.org -r botsofconduct@muc.vvvvvvaria.org -n whisperbot -p testing
python3 whisper.py -j whisperbot@conversejs.org -r botsofconduct@muc.vvvvvvaria.org -n whisperbot -p testing
"""
import logging

Loading…
Cancel
Save