changed small thing
This commit is contained in:
parent
eead1efd4c
commit
b93568e8c2
@ -9,7 +9,7 @@
|
|||||||
"@glossary-all": returns a list of all the saved expressions.
|
"@glossary-all": returns a list of all the saved expressions.
|
||||||
|
|
||||||
To run this bot, type the following command in your terminal:
|
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
|
import logging
|
||||||
|
2
greet.py
2
greet.py
@ -7,7 +7,7 @@
|
|||||||
self.send_message(mto=self.room, mbody='collective conditions', mtype='groupchat')
|
self.send_message(mto=self.room, mbody='collective conditions', mtype='groupchat')
|
||||||
|
|
||||||
To run this bot, type the following command in your terminal:
|
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
|
import logging
|
||||||
|
2
spark.py
2
spark.py
@ -9,7 +9,7 @@
|
|||||||
wordslist = ['a response to the target-word.']
|
wordslist = ['a response to the target-word.']
|
||||||
|
|
||||||
To run this bot, type the following command in your terminal:
|
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
|
import logging
|
||||||
|
@ -13,7 +13,7 @@ from slixmpp import ClientXMPP
|
|||||||
mbody="%s has just left..." % (presence['muc']['nick']),
|
mbody="%s has just left..." % (presence['muc']['nick']),
|
||||||
|
|
||||||
To run this bot, type the following command in your terminal:
|
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):
|
class MUCBot(slixmpp.ClientXMPP):
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
self.send_message(mto=self.room, mbody="This has been whispered to me:\n%(body)s" % msg, mtype='groupchat')
|
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:
|
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
|
import logging
|
||||||
|
Loading…
Reference in New Issue
Block a user