summaryrefslogtreecommitdiff
path: root/modules/memoserv/ms_send.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/memoserv/ms_send.cpp')
-rw-r--r--modules/memoserv/ms_send.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/memoserv/ms_send.cpp b/modules/memoserv/ms_send.cpp
index 8e348b949..c9ed94726 100644
--- a/modules/memoserv/ms_send.cpp
+++ b/modules/memoserv/ms_send.cpp
@@ -58,7 +58,7 @@ public:
{
auto lastmemosend = source.GetUser() ? source.GetUser()->lastmemosend : 0;
auto waitperiod = (lastmemosend + Config->GetModule("memoserv").Get<unsigned long>("senddelay")) - Anope::CurTime;
- source.Reply(_("Please wait %s before using the %s command again."), Anope::Duration(waitperiod, source.GetAccount()).c_str(), source.command.c_str());
+ source.Reply(_("Please wait %s before using the %s command again."), Anope::Duration(waitperiod, source.GetAccount()).c_str(), source.command.nobreak().c_str());
}
else if (result == MemoServService::MEMO_TARGET_FULL)
source.Reply(_("Sorry, %s currently has too many memos and cannot receive more."), nick.c_str());