summaryrefslogtreecommitdiff
path: root/modules/protocol/unreal.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2012-02-26 19:49:02 -0500
committerAdam <Adam@anope.org>2012-02-26 19:49:02 -0500
commit07226feec4d5b54f69f5ef7808da1de0a5d6abc3 (patch)
treefa16a977dfdf5faa0b8063fc59ff5f2837dc251c /modules/protocol/unreal.cpp
parente73013830d344b83e588516fa622822e5a11c895 (diff)
Track plexus umode and cmode +C and renamed UMODE_NO_CTCP to match up with the names of other modes.
Diffstat (limited to 'modules/protocol/unreal.cpp')
-rw-r--r--modules/protocol/unreal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/protocol/unreal.cpp b/modules/protocol/unreal.cpp
index f7c752095..b5088af48 100644
--- a/modules/protocol/unreal.cpp
+++ b/modules/protocol/unreal.cpp
@@ -1156,7 +1156,7 @@ class ProtoUnreal : public Module
ModeManager::AddUserMode(new UserMode(UMODE_NETADMIN, 'N'));
ModeManager::AddUserMode(new UserMode(UMODE_REGPRIV, 'R'));
ModeManager::AddUserMode(new UserMode(UMODE_PROTECTED, 'S'));
- ModeManager::AddUserMode(new UserMode(UMODE_NO_CTCP, 'T'));
+ ModeManager::AddUserMode(new UserMode(UMODE_NOCTCP, 'T'));
ModeManager::AddUserMode(new UserMode(UMODE_WEBTV, 'V'));
ModeManager::AddUserMode(new UserMode(UMODE_WHOIS, 'W'));
ModeManager::AddUserMode(new UserMode(UMODE_ADMIN, 'a'));