diff options
author | DukePyrolator <DukePyrolator@anope.org> | 2013-06-18 08:01:36 +0200 |
---|---|---|
committer | DukePyrolator <DukePyrolator@anope.org> | 2013-06-18 08:01:36 +0200 |
commit | 5695c9e079278e74692d55581769745c833bc284 (patch) | |
tree | f15d0f2e035ea431c6ea6527c29cb90f86c7412b /modules/protocol/ratbox.cpp | |
parent | f92b0d6ea01572a28198f47e539829b039dddae1 (diff) |
fixed a typo in the last commit. sorry.
Diffstat (limited to 'modules/protocol/ratbox.cpp')
-rw-r--r-- | modules/protocol/ratbox.cpp | 2 |
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 */ |