Added log module

This commit is contained in:
Matthias Schiffer 2010-05-02 21:18:09 +02:00
parent 0277a779c9
commit d537d4b69b
6 changed files with 38 additions and 7 deletions

View file

@ -29,7 +29,7 @@ class MucHandler(MucRoomHandler):
if(user.same_as(self.room_state.me)):
return
for mod in self.client.module_manager.modules:
for mod in self.client.module_manager.modules.itervalues():
mod.groupchat(stanza.get_from().bare().as_unicode(), stanza.get_from().resource, stanza.get_body(), self.room_state.send_message)
def user_joined(self, user, stanza):