Mercurial > xib
diff participant.py @ 86:bfa32b017fc9
First hack at an error notification system
Signed-off-by: Charly COSTE <changaco@changaco.net>
author | Charly COSTE <changaco@changaco.net> |
---|---|
date | Sun, 06 Sep 2009 15:34:49 +0200 |
parents | 5115ba7d5983 |
children | 810a6bed6c9c |
line wrap: on
line diff
--- a/participant.py +++ b/participant.py @@ -63,7 +63,7 @@ class participant: self.bridge.bot.close_xmpp_connection(self.nickname) self.xmpp_c = None except xmpp.muc.RoomIsFull: - self.bridge.bot.error('[Warning] XMPP MUC of bridge "'+str(self.bridge)+'" is full', debug=True) + self.bridge.bot.error('[Warning] XMPP MUC of bridge "'+str(self.bridge)+'" is full', send_to_admins=True) self.bridge.say('[Warning] XMPP room is full') self.bridge.bot.close_xmpp_connection(self.nickname) self.xmpp_c = None