1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 22:26:39 +02:00

#1643 Umode +I is oper only on Unreal

This commit is contained in:
Adam
2015-06-29 13:57:10 -04:00
parent de023bab0a
commit 074f163750
+1 -1
View File
@@ -1220,7 +1220,7 @@ class ProtoUnreal : public Module
ModeManager::AddUserMode(new UserModeOperOnly("CO_ADMIN", 'C'));
ModeManager::AddUserMode(new UserMode("CENSOR", 'G'));
ModeManager::AddUserMode(new UserModeOperOnly("HIDEOPER", 'H'));
ModeManager::AddUserMode(new UserMode("HIDEIDLE", 'I'));
ModeManager::AddUserMode(new UserModeOperOnly("HIDEIDLE", 'I'));
ModeManager::AddUserMode(new UserModeOperOnly("NETADMIN", 'N'));
ModeManager::AddUserMode(new UserMode("REGPRIV", 'R'));
ModeManager::AddUserMode(new UserModeOperOnly("PROTECTED", 'S'));