summaryrefslogtreecommitdiff
path: root/modules/commands/ms_set.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/ms_set.cpp')
-rw-r--r--modules/commands/ms_set.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/ms_set.cpp b/modules/commands/ms_set.cpp
index 42bce16cf..462cc72a8 100644
--- a/modules/commands/ms_set.cpp
+++ b/modules/commands/ms_set.cpp
@@ -154,7 +154,7 @@ class CommandMSSet : public Command
source.Reply(_("The memo limit for \002{0}\002 may not be changed."), chan);
return;
}
- else if (chan.empty() && nc->HasExt("MEMO_HARDMAX"))
+ if (chan.empty() && nc->HasExt("MEMO_HARDMAX"))
{
source.Reply(_("You are not permitted to change your memo limit."));
return;