Browse Source

Update 'gather.py'

rewrote a message
master
ccl 5 years ago
parent
commit
84bf982e10
  1. 4
      gather.py

4
gather.py

@ -7,7 +7,7 @@
#######################################################################################################
#######################################################################################################
### You can write use this code by calling three different options in the chat: ###
### You can use this code by calling three different options in the chat: ###
### "@glossary-all word": adds the word "word" in the list ###
### "@glossary-drift": returns a term from the list that was selected by chance ###
### "@glossary-all": shows all terms in the list ###
@ -74,7 +74,7 @@ class MUCBot(slixmpp.ClientXMPP):
# reply from the bot
self.send_message(mto=self.room,
mbody="new word (s) added! > language in motion < new poetics > scoring togetherness {}!".format(msg['mucnick']),
mbody="new word(s) added - language in motion".format(msg['mucnick']),
mtype='groupchat')
# Add message to log

Loading…
Cancel
Save