summaryrefslogtreecommitdiff
path: root/modules/protocol/unreal.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2012-01-24 16:03:44 -0500
committerAdam <Adam@anope.org>2012-01-24 16:03:44 -0500
commitfc20bd7b22023be1f416ef4daa20f90c0dba84b0 (patch)
treebbee4ca265e898391b7313a1194d97680d757d42 /modules/protocol/unreal.cpp
parentb3d9412452099b8895ff6b5ac716158076b46462 (diff)
Add tracking for Unreal's usermode +I
Diffstat (limited to 'modules/protocol/unreal.cpp')
-rw-r--r--modules/protocol/unreal.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/protocol/unreal.cpp b/modules/protocol/unreal.cpp
index 1267a0452..101e803f4 100644
--- a/modules/protocol/unreal.cpp
+++ b/modules/protocol/unreal.cpp
@@ -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'));