diff options
author | Adam <Adam@anope.org> | 2015-12-14 17:00:54 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2015-12-14 17:00:54 -0500 |
commit | a2d95263789b2c4830e96e4abe3e82ee31aea050 (patch) | |
tree | cec9d93968522c7cbfb9dd42a9c99c6ce78834ff | |
parent | 6302f980fe6dad83aab7d2dc1046dadea5ffd939 (diff) |
sed got overzealous
-rw-r--r-- | data/chanserv.example.conf | 8 | ||||
-rw-r--r-- | data/nickserv.example.conf | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index a12071f3a..719f8ac9e 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -65,9 +65,9 @@ module * - 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 - * - chanserv/private: Hide the channel from ChanServ's LIST command + * - cs_private: Hide the channel from ChanServ's LIST command * - restricted: Kick/ban users who are restricted from the channel - * - chanserv/secure: Enable channel security, requiring the user to be identified with NickServ in + * - 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 @@ -78,14 +78,14 @@ module * - 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 - * - chanserv/keep_modes: Enables keep modes on the channel, which retains modes when the channel is + * - cs_keep_modes: Enables keep modes on the channel, which retains modes when the channel is * not in use. * - none: No defaults * * This directive is optional, if left blank, the options will default to keeptopic, chanserv/secure, securefounder, * and signkick. If you really want no defaults, use "none" by itself as the option. */ - defaults = "keeptopic peace chanserv/secure securefounder signkick" + defaults = "keeptopic peace cs_secure securefounder signkick" /* * The maximum number of channels which may be registered to a single nickname. diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index 0109aa104..bc5dac89e 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -85,9 +85,9 @@ module * - killprotect: Kill nick if not identified within 60 seconds * - kill_quick: Kill nick if not identified within 20 seconds, this one overrides the above * option and the above must be specified with this one - * - nickserv/secure: Enable nickname security, requiring the nick's password before any operations + * - ns_secure: Enable nickname security, requiring the nick's password before any operations * can be done on it - * - nickserv/private: Hide the nick from NickServ's LIST command + * - ns_private: Hide the nick from NickServ's LIST command * - hide_email: Hide's the nick's e-mail address from NickServ's INFO command * - hide_mask: Hide's the nick's last or current user@host from NickServ's INFO command * - hide_quit: Hide's the nick's last quit message @@ -97,12 +97,12 @@ module * - autoop: User will be automatically opped in channels they enter and have access to * - msg: Services messages will be sent as PRIVMSGs instead of NOTICEs, requires * options:useprivmsg to be enabled as well - * - nickserv/keepmodes: Enables keepmodes, which retains user modes across sessions + * - ns_keepmodes: Enables keepmodes, which retains user modes across sessions * * This directive is optional, if left blank, the options will default to nickserv/secure, memo_signon, and * memo_receive. If you really want no defaults, use "none" by itself as the option. */ - defaults = "nickserv/secure nickserv/private hide_email hide_mask memo_signon memo_receive autoop" + defaults = "ns_secure ns_private hide_email hide_mask memo_signon memo_receive autoop" /* * The minimum length of time between consecutive uses of NickServ's REGISTER command. This |