summaryrefslogtreecommitdiff
path: root/modules/protocol/ratbox.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-11-15 14:24:33 -0500
committerAdam <Adam@anope.org>2013-11-15 14:24:33 -0500
commit1aca2922afe8883b2c65dd5c500758b12197e00c (patch)
tree169b8ccc135aaca7795735a3e787c5814d04c0be /modules/protocol/ratbox.cpp
parentb65fd34a39e7b1f2cd355f999dad758b391b00e3 (diff)
Allow mlocking +r on ratbox/whatever else
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 7a3cc00f6..90bfa65a7 100644
--- a/modules/protocol/ratbox.cpp
+++ b/modules/protocol/ratbox.cpp
@@ -263,7 +263,7 @@ class ProtoRatbox : public Module
ModeManager::AddChannelMode(new ChannelMode("MODERATED", 'm'));
ModeManager::AddChannelMode(new ChannelMode("NOEXTERNAL", 'n'));
ModeManager::AddChannelMode(new ChannelMode("PRIVATE", 'p'));
- ModeManager::AddChannelMode(new ChannelModeNoone("REGISTEREDONLY", 'r'));
+ ModeManager::AddChannelMode(new ChannelMode("REGISTEREDONLY", 'r'));
ModeManager::AddChannelMode(new ChannelMode("SECRET", 's'));
ModeManager::AddChannelMode(new ChannelMode("TOPIC", 't'));
ModeManager::AddChannelMode(new ChannelMode("SSL", 'S'));