diff options
| author | Adam <Adam@anope.org> | 2013-05-06 22:18:38 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2013-05-06 22:18:38 -0400 |
| commit | 6578829fa6d278cae0307676f29ab4e76d2d2518 (patch) | |
| tree | 48b177005721b02b95a815f72cac0363a3bf00e0 /data | |
| parent | ef06226521d27de88a49a84d8224568fec7624c3 (diff) | |
Use I_OnUserQuit for os_session because I_OnPreUserLogoff gets called too late, after the users server can be gone. Fix a couple other small things
Diffstat (limited to 'data')
| -rw-r--r-- | data/modules.example.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf index ab05542b2..01730ce29 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -463,7 +463,7 @@ module { name = "help" } * This module allows granting users services operator privileges and possibly IRC Operator * privileges based on an external SQL database using a custom query. */ -module +#module { name = "m_sql_oper" @@ -560,7 +560,7 @@ module { name = "m_rewrite" } * * This module uses SSL to connect to the uplink server(s). */ -module +#module { name = "m_ssl" |
