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.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/modules/memoserv/ms_send.cpp b/modules/memoserv/ms_send.cpp
index ba025a5ca..8e348b949 100644
--- a/modules/memoserv/ms_send.cpp
+++ b/modules/memoserv/ms_send.cpp
@@ -68,10 +68,12 @@ public:
{
this->SendSyntax(source);
source.Reply(" ");
- source.Reply(_("Sends the named \037nick\037 or \037channel\037 a memo containing\n"
- "\037memo-text\037. When sending to a nickname, the recipient will\n"
- "receive a notice that they have a new memo. The target\n"
- "nickname/channel must be registered."));
+ source.Reply(_(
+ "Sends the named \037nick\037 or \037channel\037 a memo containing "
+ "\037memo-text\037. When sending to a nickname, the recipient will "
+ "receive a notice that they have a new memo. The target "
+ "nickname/channel must be registered."
+ ));
return true;
}
};