From b93568e8c24bb72d5fbc9bce3f6b564e64f8fc3c Mon Sep 17 00:00:00 2001 From: Cristina Cochior Date: Tue, 12 Nov 2019 15:09:31 +0100 Subject: [PATCH] changed small thing --- gather.py | 2 +- greet.py | 2 +- spark.py | 2 +- transit.py | 2 +- whisper.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gather.py b/gather.py index 7c93743..7d360c3 100644 --- a/gather.py +++ b/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 diff --git a/greet.py b/greet.py index 116230f..f107ddb 100644 --- a/greet.py +++ b/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 diff --git a/spark.py b/spark.py index 3bcbfc1..eac7f1e 100644 --- a/spark.py +++ b/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 diff --git a/transit.py b/transit.py index 1f2563a..a7ee1f9 100644 --- a/transit.py +++ b/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): diff --git a/whisper.py b/whisper.py index 8741fb3..d304fcd 100644 --- a/whisper.py +++ b/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