mirror of
https://github.com/anope/anope.git
synced 2026-06-28 20:36:38 +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:
+1
-1
@@ -237,7 +237,7 @@ Conf::Conf() : Block("")
|
||||
ot->AddCommand(str);
|
||||
|
||||
spacesepstream privstr(privs);
|
||||
for (Anope::string str; cmdstr.GetToken(str);)
|
||||
for (Anope::string str; privstr.GetToken(str);)
|
||||
ot->AddPriv(str);
|
||||
|
||||
commasepstream inheritstr(inherits);
|
||||
|
||||
Reference in New Issue
Block a user