1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 07:26:37 +02:00

Rewrote all of the defcon code, and moved most of it to os_defcon. This fixes defcon to have the ability to use modes introduced to Anope at a later time than on startup (eg, from the IRCd), amongst other things

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2597 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Adam-
2009-10-30 01:04:13 +00:00
parent 5fc268b750
commit 6a9fa9f4d2
22 changed files with 546 additions and 396 deletions
+1
View File
@@ -10,6 +10,7 @@
*/
#include "services.h"
#include "modules.h"
std::map<char, UserMode *> ModeManager::UserModesByChar;
std::map<UserModeName, UserMode *> ModeManager::UserModesByName;