From 762bd953cb1c3e8e53857cc22116aa86dd7c259a Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 16 Feb 2012 02:24:54 +0100 Subject: Add some new events for the plugins --- doc/en/plugins.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'doc') diff --git a/doc/en/plugins.txt b/doc/en/plugins.txt index f31086dc..9d81ad66 100644 --- a/doc/en/plugins.txt +++ b/doc/en/plugins.txt @@ -310,6 +310,33 @@ MUC. The parameters given to this handler are: * _presence_: The presence about to be sent. +The following can be deduced from the muc_presence event, but are more + specialized. + +*muc_join*:: +presence+, +tab+ + +The handlers for this event are called when someone joins a MUC (can be you). + +* _presence_: Presence received. +* _tab_: Tab of the concerned MUC. + +*muc_nickchange*:: +presence+, +tab+ + +The handlers for this event are called when someone changes his nick in a MUC. + +* _presence_: Presence received. +* _tab_: Tab of the concerned MUC. + +*muc_ban*:: +presence+, +tab+ + +The handlers for this event are called when someone gets banned in a MUC. + +* _presence_: Presence received. +* _tab_: Tab of the concerned MUC. + +*muc_kick*:: +presence+, +tab+ + +The handlers for this event are called when someone gets kicked in a MUC. + +* _presence_: Presence received. +* _tab_: Tab of the concerned MUC. + SleekXMPP events ~~~~~~~~~~~~~~~~ -- cgit v1.2.3