diff options
| author | Adam <Adam@anope.org> | 2010-07-11 00:43:36 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2010-07-11 00:43:36 -0400 |
| commit | 43b1e43afb85639485e36d24da351dc0f121be6e (patch) | |
| tree | 9220f321cab1f9eaef50ea1b783455b3a80b3ab3 /data | |
| parent | 63d71424650ac697f2e698c1c8fd242729691a0f (diff) | |
Added ns_set_misc.cpp which was missing from a previous commit
Diffstat (limited to 'data')
| -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 93a265051..5549aef5f 100644 --- a/data/example.conf +++ b/data/example.conf @@ -810,7 +810,7 @@ nickserv * The core modules to load for NickServ. This is a space separated list that corresponds * to the base names of the modules for NickServ. This directive is optional, but highly recommended. */ - modules = "ns_help ns_register ns_group ns_identify ns_access ns_set ns_saset ns_set_autoop ns_set_email ns_set_greet ns_set_icq ns_set_kill ns_set_language ns_set_message ns_set_private ns_set_secure ns_set_url ns_saset_noexpire ns_drop ns_recover ns_release ns_sendpass ns_ghost ns_alist ns_info ns_list ns_logout ns_status ns_update ns_getpass ns_getemail ns_forbid ns_suspend ns_resetpass" + modules = "ns_help ns_register ns_group ns_identify ns_access ns_set ns_saset ns_set_autoop ns_set_email ns_set_greet ns_set_kill ns_set_language ns_set_message ns_set_private ns_set_secure ns_saset_noexpire ns_drop ns_recover ns_release ns_sendpass ns_ghost ns_alist ns_info ns_list ns_logout ns_status ns_update ns_getpass ns_getemail ns_forbid ns_suspend ns_resetpass" /* * Force users to give an e-mail address when they register a nick. This directive |
