mirror of
https://github.com/anope/anope.git
synced 2026-06-28 20:16:38 +02:00
Allow modules to add their own channel levels
This commit is contained in:
@@ -355,6 +355,7 @@ void Init(int ac, char **av)
|
||||
|
||||
/* Initialize the socket engine */
|
||||
SocketEngine::Init();
|
||||
PrivilegeManager::Init();
|
||||
|
||||
/* Create me */
|
||||
Me = new Server(NULL, Config->ServerName, 0, Config->ServerDesc, Config->Numeric);
|
||||
|
||||
Reference in New Issue
Block a user