diff options
author | Badlop <badlop@process-one.net> | 2011-07-11 17:33:26 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2011-07-11 17:34:07 +0200 |
commit | 1e88c3f1807f63134120c0284ffedd36d2d22aeb (patch) | |
tree | b459753f32c4c6c0acd0bbbe92a69d0c587556fb /doc | |
parent | One more fix (diff) |
Room option to ignore private messages from visitors (thanks to Maxim Ignatenko)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index 29baec4be..7ba14a56d 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -3224,6 +3224,7 @@ Module options: \begin{description} \titem{\{allow\_change\_subj, true|false\}} Allow occupants to change the subject. \titem{\{allow\_private\_messages, true|false\}} Occupants can send private messages to other occupants. + \titem{\{allow\_private\_messages\_from\_visitors, anyone|moderators|nobody\}} Visitors can send private messages to other occupants. \titem{\{allow\_query\_users, true|false\}} Occupants can send IQ queries to other occupants. \titem{\{allow\_user\_invites, false|true\}} Allow occupants to send invitations. \titem{\{allow\_visitor\_nickchange, true|false\}} Allow visitors to |