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

Track plexus umode and cmode +C and renamed UMODE_NO_CTCP to match up with the names of other modes.

This commit is contained in:
Adam
2012-02-26 19:49:02 -05:00
parent e73013830d
commit 07226feec4
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -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'));