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:
@@ -269,8 +269,6 @@ class bot(ClientXMPP):
|
|||||||
)
|
)
|
||||||
|
|
||||||
def muc_message(self, msg):
|
def muc_message(self, msg):
|
||||||
print('%10s: %s' % (msg['mucnick'], msg['body']))
|
|
||||||
|
|
||||||
# don't talk to yourself
|
# don't talk to yourself
|
||||||
if msg['mucnick'] == self.nick:
|
if msg['mucnick'] == self.nick:
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user