1
0
mirror of http://aero2k.de/t/repos/urlbot-native.git synced 2017-09-06 15:25:38 +02:00

remove debugging output of chatlog

This commit is contained in:
urlbot
2014-12-02 17:16:19 +01:00
parent 95473602e5
commit 836ef1aa1b

View File

@@ -269,8 +269,6 @@ class bot(ClientXMPP):
)
def muc_message(self, msg):
print('%10s: %s' % (msg['mucnick'], msg['body']))
# don't talk to yourself
if msg['mucnick'] == self.nick:
return