diff src/plugins/plugin_exp_parrot.py @ 529:c18e0e108925

plugin groupblog: fixed GROUP and JID publishers_type in getMassiveLastGroupBlogs and massiveSubscribeGroupBlogs
author Goffi <goffi@goffi.org>
date Mon, 22 Oct 2012 00:10:21 +0200
parents d67f0ce83530
children ca13633d3b6b
line wrap: on
line diff
--- a/src/plugins/plugin_exp_parrot.py	Sun Oct 21 22:31:57 2012 +0200
+++ b/src/plugins/plugin_exp_parrot.py	Mon Oct 22 00:10:21 2012 +0200
@@ -87,7 +87,6 @@
                     src_txt = from_jid.resource
                     if src_txt == self.host.plugins["XEP-0045"].getRoomNick(from_jid.userhost(), profile):
                         #we won't repeat our own messages
-                        print "\n\nDISCARD\n\n"
                         return True
                 else:
                     src_txt = from_jid.user