changeset 257:1a8401d6bc93

(muc) removed "participants" attribute since it isn't used Signed-off-by: Charly COSTE <changaco@changaco.net>
author Charly COSTE <changaco@changaco.net>
date Sat, 13 Mar 2010 14:40:32 +0100
parents f14b32e7fdb5
children 3b4826e14642
files muc.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/muc.py
+++ b/muc.py
@@ -35,7 +35,6 @@ class muc:
 	def __init__(self, room_jid):
 		self.room_jid = room_jid
 		self.connected = False
-		self.participants = {}
 	
 	
 	def _join(self, callback=None):