1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 17:23:13 +02:00

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

This commit is contained in:
Adam
2013-05-06 22:18:38 -04:00
parent ef06226521
commit 6578829fa6
4 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -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"