summaryrefslogtreecommitdiff
path: root/modules/protocol/ratbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/protocol/ratbox.cpp')
-rw-r--r--modules/protocol/ratbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/protocol/ratbox.cpp b/modules/protocol/ratbox.cpp
index 007dfc674..2d077e37b 100644
--- a/modules/protocol/ratbox.cpp
+++ b/modules/protocol/ratbox.cpp
@@ -213,7 +213,7 @@ class ProtoRatbox : public Module
/* user modes */
ModeManager::RemoveUserMode(ModeManager::FindUserModeByName("HIDEOPER"));
ModeManager::RemoveUserMode(ModeManager::FindUserModeByName("REGPRIV"));
- Modemanager::RemoveUserMode(ModeManager::FindUserModeByName("SSL"));
+ ModeManager::RemoveUserMode(ModeManager::FindUserModeByName("SSL"));
ModeManager::AddUserMode(new UserMode("PROTECTED", 'S'));
/* v/h/o/a/q */