summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2012-05-12 20:44:38 +0200
committermathieui <mathieui@mathieui.net>2012-05-12 20:44:38 +0200
commit28c15a889e006769d343e729b55de66df3a00526 (patch)
treec25392700839977a56b8800af654ab914ddbac39 /doc
parent0c6a0abe8609b870570a623348b4deb62a89cd6f (diff)
downloadpoezio-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')
-rw-r--r--doc/en/configure.txt32
-rw-r--r--doc/en/plugins.txt6
2 files changed, 38 insertions, 0 deletions
diff --git a/doc/en/configure.txt b/doc/en/configure.txt
index 6bbf52cc..e18b4fbb 100644
--- a/doc/en/configure.txt
+++ b/doc/en/configure.txt
@@ -435,8 +435,40 @@ foo = true
*display_user_color_in_join_part*:: false
+ If set to true, the color of the nick will be used in MUCs information
+ messages, instead of the default color from the theme.
+
*hide_exit_join*:: -1
+ Exact same thing than hide_status_change, except that it concerns
+ the quit message, and that it will be hidden only if the value is 0.
+ Default setting means:
+ - all quit and join notices will be displayed
+
*hide_status_change*:: 120
+ Set a number for this setting.
+ The join OR status-change notices will be
+ displayed according to this number.
+ -1: the notices will ALWAYS be displayed
+ 0: the notices will NEVER be displayed
+ n: On any other number, the notices will only be displayed
+ if the user involved has talked since the last n seconds
+ if the value is incorrect, -1 is assumed
+ Default setting means :
+ - status changes won't be displayed unless
+ the user talked in the last 2 minutes
+
*highlight_on*:: [empty]
+
+ a list of words (separated by a colon (:)) that will be
+ highlighted if said by someone on a room
+
+*ignore_private*:: false
+
+ Ignore private messages sent from this room.
+
+*private_auto_response*:: "Not in private, please."
+
+ The message you want to be sent when someone tries to message you.
+
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
~~~~~~~~~~~~~~~~