diff options
author | Florent Le Coz <louiz@louiz.org> | 2013-05-01 18:39:33 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2013-05-01 18:39:33 +0200 |
commit | e8f5c21fcd4fd80534437ad914b6f80b9b606720 (patch) | |
tree | abaedbe42309276c201c45751d2137c3d60fe39c /src/events.py | |
parent | fb21f337e7e71e2efaada3f98d06172b91e2f46b (diff) | |
download | poezio-e8f5c21fcd4fd80534437ad914b6f80b9b606720.tar.gz poezio-e8f5c21fcd4fd80534437ad914b6f80b9b606720.tar.bz2 poezio-e8f5c21fcd4fd80534437ad914b6f80b9b606720.tar.xz poezio-e8f5c21fcd4fd80534437ad914b6f80b9b606720.zip |
Lets plugins change the presence BEFORE joining a muc, with a new plugin event
Diffstat (limited to 'src/events.py')
-rw-r--r-- | src/events.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/events.py b/src/events.py index b7bcfc9e..f90624a6 100644 --- a/src/events.py +++ b/src/events.py @@ -38,6 +38,7 @@ class EventHandler(object): 'normal_presence': [], 'muc_presence': [], 'muc_join': [], + 'joining_muc': [], 'muc_kick': [], 'muc_nickchange': [], 'muc_ban': [], |