1
0
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:
Adam
2011-08-28 15:46:15 -04:00
parent 62752db4c4
commit 700a585b1b
67 changed files with 530 additions and 520 deletions
+1
View File
@@ -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);