summaryrefslogtreecommitdiff
path: root/modules/commands/ms_info.cpp
diff options
context:
space:
mode:
authorDukePyrolator <DukePyrolator@anope.org>2012-04-01 20:50:04 +0200
committerDukePyrolator <DukePyrolator@anope.org>2012-04-01 20:50:04 +0200
commitcf3124c06399ed1eba8a33b017893d9bda28494c (patch)
tree9c23414217b03eed05bdf927b94c7c58d4b80fc0 /modules/commands/ms_info.cpp
parent12a6a27b52a3520c1f41a1d4d6b8e3ef25fafb23 (diff)
fixed some typos
Diffstat (limited to 'modules/commands/ms_info.cpp')
-rw-r--r--modules/commands/ms_info.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/ms_info.cpp b/modules/commands/ms_info.cpp
index 4efac86eb..1cb6199a8 100644
--- a/modules/commands/ms_info.cpp
+++ b/modules/commands/ms_info.cpp
@@ -156,7 +156,7 @@ class CommandMSInfo : public Command
if (!mi->memomax)
{
if (!u->IsServicesOper() && hardmax)
- source.Reply(_("Your memo limit is \0020\002; you will not receive any new memos. You cannot change this limit."));
+ source.Reply(_("Your memo limit is \0020\002; you will not receive any new memos. You cannot change this limit."));
else
source.Reply(_("Your memo limit is \0020\002; you will not receive any new memos."));
}