diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-11-07 19:57:16 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-11-07 19:57:16 +0100 |
commit | cd16403cb486df2c68da4af1e45b16a3c6687edd (patch) | |
tree | 6c3d9c94bd10d0c2848b6ef670cd23e3dc1e2fb6 | |
parent | 953783c2001c55da7aa42077f7e109306adb1ef9 (diff) | |
download | poezio-cd16403cb486df2c68da4af1e45b16a3c6687edd.tar.gz poezio-cd16403cb486df2c68da4af1e45b16a3c6687edd.tar.bz2 poezio-cd16403cb486df2c68da4af1e45b16a3c6687edd.tar.xz poezio-cd16403cb486df2c68da4af1e45b16a3c6687edd.zip |
typo
-rw-r--r-- | src/core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.py b/src/core.py index ba2c7b1d..a2205618 100644 --- a/src/core.py +++ b/src/core.py @@ -1050,7 +1050,7 @@ class Core(object): if tab.get_user_by_name(nick_from) and\ tab.get_user_by_name(nick_from) in tab.ignores: return - self.events.trigger('muc_mg', message) + self.events.trigger('muc_msg', message) body = xhtml.get_body_from_message_stanza(message) if body: date = date if delayed == True else None |