Mercurial > xib
diff participant.py @ 200:740effa74c18
bugfix for previous commit, forgot "self" argument for say_on_XMPP_through_bridge
Signed-off-by: Charly COSTE <changaco@changaco.net>
author | Charly COSTE <changaco@changaco.net> |
---|---|
date | Thu, 25 Feb 2010 20:42:34 +0100 |
parents | dcabe54deeba |
children | 2a81c480439a |
line wrap: on
line diff
--- a/participant.py +++ b/participant.py @@ -316,7 +316,7 @@ class Participant: self.say_on_XMPP_through_bridge(message) - def say_on_XMPP_through_bridge(message): + def say_on_XMPP_through_bridge(self, message): if message[:4] == '/me ': self.bridge.say(-1, '* '+self.nickname+' '+message[4:], on_irc=False) else: