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:
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user