diff options
author | Adam <Adam@anope.org> | 2010-06-20 13:11:31 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-06-20 19:43:09 -0400 |
commit | 64b9fa419f28d2b242a5080b809290ffbffd5c4e (patch) | |
tree | 1367811cb8b1cabebc8045784d275ddc5080b2bf | |
parent | 63c5fa3a44dfc7d66495deb1d7c5002885030315 (diff) |
Fixed the name of cs_forbid in chanserv:modules so it really loads
-rw-r--r-- | data/example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/example.conf b/data/example.conf index b9ee1fd1b..c03a82040 100644 --- a/data/example.conf +++ b/data/example.conf @@ -929,7 +929,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_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 cs_unban" + 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 cs_forbid cs_suspend cs_status cs_unban" /* * The default options for newly registered channels. Note that changing these options |