mirror of
https://github.com/anope/anope.git
synced 2026-07-05 05:13:12 +02:00
Set os_session as having first priority for events
This commit is contained in:
@@ -726,6 +726,7 @@ class OSSession : public Module
|
||||
|
||||
Implementation i[] = { I_OnUserConnect, I_OnUserLogoff };
|
||||
ModuleManager::Attach(i, this, sizeof(i) / sizeof(Implementation));
|
||||
ModuleManager::SetPriority(this, PRIORITY_FIRST);
|
||||
|
||||
ModuleManager::RegisterService(&commandossession);
|
||||
ModuleManager::RegisterService(&commandosexception);
|
||||
|
||||
Reference in New Issue
Block a user