mirror of
https://github.com/anope/anope.git
synced 2026-06-28 08:16:37 +02:00
Added support for extbans
This commit is contained in:
+2
-1
@@ -491,7 +491,8 @@ int main(int ac, char **av, char **envp)
|
||||
threadEngine.Process();
|
||||
|
||||
/* Process any modes that need to be (un)set */
|
||||
ModeManager::ProcessModes();
|
||||
if (Me != NULL && Me->IsSynced())
|
||||
ModeManager::ProcessModes();
|
||||
|
||||
/* Process the socket engine */
|
||||
SocketEngine->Process();
|
||||
|
||||
Reference in New Issue
Block a user