summaryrefslogtreecommitdiff
path: root/modules/protocol/ratbox.cpp
diff options
context:
space:
mode:
authorDukePyrolator <DukePyrolator@anope.org>2013-06-18 08:01:36 +0200
committerDukePyrolator <DukePyrolator@anope.org>2013-06-18 08:01:36 +0200
commit5695c9e079278e74692d55581769745c833bc284 (patch)
treef15d0f2e035ea431c6ea6527c29cb90f86c7412b /modules/protocol/ratbox.cpp
parentf92b0d6ea01572a28198f47e539829b039dddae1 (diff)
fixed a typo in the last commit. sorry.
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 */