diff options
Diffstat (limited to 'conf/modules.conf.example')
-rw-r--r-- | conf/modules.conf.example | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/conf/modules.conf.example b/conf/modules.conf.example index d4cc65565..5dcff4117 100644 --- a/conf/modules.conf.example +++ b/conf/modules.conf.example @@ -363,6 +363,32 @@ # Chanprotect module: gives +q and +a channel modes #<module name="m_chanprotect.so"> +<chanprotect + # noservices: With this set to no, when a user joins a empty channel, + # the server will set +q on them. If set to yes, it will only set +o + # on them until they register the channel. + noservices="no" + + # qprefix: Prefix (symbol) to use for +q users. + qprefix="~" + + # aprefix: Prefix (symbol) to use for +a users. + aprefix="&" + + # deprotectself: If this value is set (true, yes or 1), it will allow + # +a and +q users to remove the +a and +q from themselves, otherwise, + # the status will have to be removed by services. + deprotectself="yes" + + # deprotectothers: If this value is set to yes, true, or 1, then any + # user with +q or +a may remove the +q or +a from other users. + deprotectothers="yes" + + # setprivsonothers: If this value is set to yes, true, or 1, then any + # user with +q or +a may add the +q or +a to other users. + setprivsonothers="yes"> + + #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Check module: gives /check # Check is useful for looking up information on channels, |