summaryrefslogtreecommitdiff
path: root/modules/commands/ms_sendall.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/ms_sendall.cpp')
-rw-r--r--modules/commands/ms_sendall.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/commands/ms_sendall.cpp b/modules/commands/ms_sendall.cpp
index 803fbf6ba..3ac47b176 100644
--- a/modules/commands/ms_sendall.cpp
+++ b/modules/commands/ms_sendall.cpp
@@ -32,12 +32,6 @@ class CommandMSSendAll : public Command
const Anope::string &text = params[0];
- if (Anope::ReadOnly)
- {
- source.Reply(MEMO_SEND_DISABLED);
- return;
- }
-
for (nickcore_map::const_iterator it = NickCoreList->begin(), it_end = NickCoreList->end(); it != it_end; ++it)
{
const NickCore *nc = it->second;