diff options
| author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-10-30 02:38:06 +0000 |
|---|---|---|
| committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-10-30 02:38:06 +0000 |
| commit | 987f371c0bd02120e9ed8740b064e9fa02b83876 (patch) | |
| tree | 26c031410f13d638670096ca219d59c6c19d306e /data | |
| parent | 6a9fa9f4d2ead592eb51a014491ce3aaee2029e8 (diff) | |
Removed channel passwords and added /chanserv QOP command to add additional channel founders, aswell as access level 10000
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2599 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'data')
| -rw-r--r-- | data/example.conf | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/data/example.conf b/data/example.conf index 1efd1a1cf..980740932 100644 --- a/data/example.conf +++ b/data/example.conf @@ -526,9 +526,8 @@ options * botserv/botlist botserv/set/private botserv/set/nobot * * chanserv/access/list chanserv/drop chanserv/forbid chanserv/getkey - * chanserv/getpass chanserv/list chanserv/logout chanserv/sendpass - * chanserv/status chanserv/topic chanserv/suspend chanserv/set/noexpire - * chanserv/aop/list + * chanserv/list chanserv/aop/list chanserv/suspend chanserv/set/noexpire + * chanserv/status chanserv/topic * * memoserv/sendall memoserv/staff * @@ -888,7 +887,7 @@ chanserv * The core modules to load for ChanServ. This is a space separated list that corresponds * to the base names of the modules for ChanServ. This directive is optional, but highly recommended. */ - modules = "cs_help cs_register cs_identify cs_set cs_xop cs_access cs_akick cs_drop cs_sendpass cs_ban cs_clear cs_modes cs_getkey cs_invite cs_kick cs_list cs_logout cs_topic cs_info cs_getpass cs_forbid cs_suspend cs_status" + modules = "cs_help cs_register cs_set cs_xop cs_access cs_akick cs_drop cs_ban cs_clear cs_modes cs_getkey cs_invite cs_kick cs_list cs_topic cs_info forbid cs_suspend cs_status" /* * The default options for newly registered channels. Note that changing these options |
