diff options
Diffstat (limited to 'modules/memoserv/ms_rsend.cpp')
-rw-r--r-- | modules/memoserv/ms_rsend.cpp | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/modules/memoserv/ms_rsend.cpp b/modules/memoserv/ms_rsend.cpp index 6543e2451..22b27a4f4 100644 --- a/modules/memoserv/ms_rsend.cpp +++ b/modules/memoserv/ms_rsend.cpp @@ -82,13 +82,15 @@ 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.\n" - "Once the memo is read by its recipient, an automatic notification\n" - "memo will be sent to the sender informing them that the memo\n" - "has been read.")); + 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. " + "Once the memo is read by its recipient, an automatic notification " + "memo will be sent to the sender informing them that the memo " + "has been read." + )); return true; } }; |