diff plugins/plugin_xep_0045.py @ 134:7201851d9aed

plugin tarot, plugin MUC: removed print which were causing error when printing unicode string
author Goffi <goffi@goffi.org>
date Fri, 16 Jul 2010 20:15:14 +0800
parents 2f87651a5ad8
children 9ee4a1d0d7fb
line wrap: on
line diff
--- a/plugins/plugin_xep_0045.py	Fri Jul 16 20:14:01 2010 +0800
+++ b/plugins/plugin_xep_0045.py	Fri Jul 16 20:15:14 2010 +0800
@@ -90,7 +90,6 @@
 
     def __room_joined(self, room, profile):
         """Called when the user is in the requested room"""
-        print "room joined (profile = %s)" % profile
         room_jid = room.roomIdentifier+'@'+room.service
         self.clients[profile].joined_rooms[room_jid] = room
         self.host.bridge.roomJoined(room.roomIdentifier, room.service, [user.nick for user in room.roster.values()], room.nick, profile)