summaryrefslogtreecommitdiff
path: root/data/chanserv.example.conf
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@lodoss.net>2013-07-22 23:29:56 -0400
committerAdam <Adam@anope.org>2013-07-22 23:45:08 -0400
commit378c9203df121244f2e23e78f2b134755f491d4c (patch)
tree3882a32d085a6650f292979b201130e8915aac24 /data/chanserv.example.conf
parent779f3788c97cccf20208392bf4284df7b42604d8 (diff)
Squashed commit of the following from Federico G. Schwindt <fgsch@lodoss.net>:
Date: Mon Jul 22 22:40:07 2013 +0100 Correct pasto Use proper name for included file. Date: Mon Jul 22 22:30:23 2013 +0100 Indent defaults Date: Mon Jul 22 22:28:50 2013 +0100 Correct option name signkicklevel is really signkick_level. Date: Mon Jul 22 22:25:24 2013 +0100 Ensure some of the options are persisted Correct type for memo_signon, memo_receive, memo_mail and memo_hardmax so they're serialized. Date: Mon Jul 22 22:23:36 2013 +0100 Add missing newline plus additional suggestions from fgs
Diffstat (limited to 'data/chanserv.example.conf')
-rw-r--r--data/chanserv.example.conf34
1 files changed, 17 insertions, 17 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf
index 1f7cd0bea..95a5159b4 100644
--- a/data/chanserv.example.conf
+++ b/data/chanserv.example.conf
@@ -71,23 +71,23 @@ module
* by spaces.
*
* The options are:
- * - keeptopic: Retain topic when the channel is not in use
- * - peace: Disallow users from kicking or removing modes from others who are of the same
- * access level or superior
- * - cs_private: Hide the channel from ChanServ's LIST command
- * - restricted: Kick/ban users who are restricted from the channel
- * - cs_secure: Enable channel security, requiring the user to be identified with NickServ in
- * order to be considered for being on the access list of the channel
- * - secureops: Only allow operator status to be given if the user is on the access list
- * - securefounder: Only allow the real founder of the channel to drop the channel, change it's
- * password, or change the founder or successor
- * - signkick: Use of ChanServ's KICK command will cause the user's nick to be signed to the kick.
- * - signkicklevel: Same as above, but the kick will not be signed if the user is at the same access
- * level or superior to the target
- * - topiclock: Disallow the topic to be changed except with ChanServ's TOPIC command
- * - persist: Keep the channel open at all times
- * - noautoop: Disables autoop on the channel
- * - none: No defaults
+ * - keeptopic: Retain topic when the channel is not in use
+ * - peace: Disallow users from kicking or removing modes from others who are of the same
+ * access level or superior
+ * - cs_private: Hide the channel from ChanServ's LIST command
+ * - restricted: Kick/ban users who are restricted from the channel
+ * - cs_secure: Enable channel security, requiring the user to be identified with NickServ in
+ * order to be considered for being on the access list of the channel
+ * - secureops: Only allow operator status to be given if the user is on the access list
+ * - securefounder: Only allow the real founder of the channel to drop the channel, change it's
+ * password, or change the founder or successor
+ * - signkick: Use of ChanServ's KICK command will cause the user's nick to be signed to the kick.
+ * - signkick_level: Same as above, but the kick will not be signed if the user is at the same access
+ * level or superior to the target
+ * - topiclock: Disallow the topic to be changed except with ChanServ's TOPIC command
+ * - persist: Keep the channel open at all times
+ * - noautoop: Disables autoop on the channel
+ * - none: No defaults
*
* This directive is optional, if left blank, the options will default to keeptopic, cs_secure, securefounder,
* and signkick. If you really want no defaults, use "none" by itself as the option.