From 84bf982e100cecc3141713fd374ee12e6522c869 Mon Sep 17 00:00:00 2001 From: ccl Date: Mon, 4 Nov 2019 18:17:09 +0100 Subject: [PATCH] Update 'gather.py' rewrote a message --- gather.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gather.py b/gather.py index 3ee164a..33192dc 100644 --- a/gather.py +++ b/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