diff --git a/urlbot.py b/urlbot.py index 9047c9d..3c60305 100755 --- a/urlbot.py +++ b/urlbot.py @@ -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