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

Add tracking for Unreal's usermode +I

This commit is contained in:
Adam
2012-01-24 16:03:44 -05:00
parent b3d9412452
commit fc20bd7b22
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -1108,6 +1108,7 @@ class ProtoUnreal : public Module
ModeManager::AddUserMode(new UserMode(UMODE_CO_ADMIN, 'C'));
ModeManager::AddUserMode(new UserMode(UMODE_FILTER, 'G'));
ModeManager::AddUserMode(new UserMode(UMODE_HIDEOPER, 'H'));
ModeManager::AddUserMode(new UserMode(UMODE_HIDEIDLE, 'I'));
ModeManager::AddUserMode(new UserMode(UMODE_NETADMIN, 'N'));
ModeManager::AddUserMode(new UserMode(UMODE_REGPRIV, 'R'));
ModeManager::AddUserMode(new UserMode(UMODE_PROTECTED, 'S'));