1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 13:06:38 +02:00

Made ChanServ privileges configurable

This commit is contained in:
Adam
2011-09-04 21:04:37 -04:00
parent 563d158e49
commit dc5d1fa21c
7 changed files with 645 additions and 150 deletions
-1
View File
@@ -355,7 +355,6 @@ 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);