diff options
author | mathieui <mathieui@mathieui.net> | 2012-05-12 20:44:38 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-05-12 20:44:38 +0200 |
commit | 28c15a889e006769d343e729b55de66df3a00526 (patch) | |
tree | c25392700839977a56b8800af654ab914ddbac39 /doc/en/plugins.txt | |
parent | 0c6a0abe8609b870570a623348b4deb62a89cd6f (diff) | |
download | poezio-28c15a889e006769d343e729b55de66df3a00526.tar.gz poezio-28c15a889e006769d343e729b55de66df3a00526.tar.bz2 poezio-28c15a889e006769d343e729b55de66df3a00526.tar.xz poezio-28c15a889e006769d343e729b55de66df3a00526.zip |
Add the ignore_private and private_auto_response options
MUC-specific options.
private_auto_response is empty by default.
+ new event ignored_private
Diffstat (limited to 'doc/en/plugins.txt')
-rw-r--r-- | doc/en/plugins.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/en/plugins.txt b/doc/en/plugins.txt index 9d81ad66..3e8a0447 100644 --- a/doc/en/plugins.txt +++ b/doc/en/plugins.txt @@ -337,6 +337,12 @@ The handlers for this event are called when someone gets kicked in a MUC. * _presence_: Presence received. * _tab_: Tab of the concerned MUC. +*ignored_private*:: +message+ +tab+ + +The handlers for this event are called when a private message gets ignored. + +* _message_: Message received. +* _tab_: Tab of the concerned message. + SleekXMPP events ~~~~~~~~~~~~~~~~ |