From 4d7d3cf17c0f7edc256c8857ddb05d0ebe459a21 Mon Sep 17 00:00:00 2001 From: lowrussia Date: Thu, 2 May 2019 23:15:02 +0200 Subject: [PATCH] find book on worldcat --- logbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logbot.py b/logbot.py index c8bb62f..104f28b 100644 --- a/logbot.py +++ b/logbot.py @@ -55,7 +55,7 @@ class MUCBot(slixmpp.ClientXMPP): def muc_message(self, msg): # Some inspection commands - print('Message: {}'.format(msg)) + #print('Message: {}'.format(msg)) # Always check that a message is not the bot itself, otherwise you will create an infinite loop responding to your own messages. if msg['mucnick'] != self.nick: