diff options
Diffstat (limited to 'modules/memoserv/ms_info.cpp')
-rw-r--r-- | modules/memoserv/ms_info.cpp | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/modules/memoserv/ms_info.cpp b/modules/memoserv/ms_info.cpp index 91acaabde..e325c13e2 100644 --- a/modules/memoserv/ms_info.cpp +++ b/modules/memoserv/ms_info.cpp @@ -204,16 +204,18 @@ public: { this->SendSyntax(source); source.Reply(" "); - source.Reply(_("Without a parameter, displays information on the number of\n" - "memos you have, how many of them are unread, and how many\n" - "total memos you can receive.\n" - " \n" - "With a channel parameter, displays the same information for\n" - "the given channel.\n" - " \n" - "With a nickname parameter, displays the same information\n" - "for the given nickname. This is limited to \002Services\002\n" - "\002Operators\002.")); + source.Reply(_( + "Without a parameter, displays information on the number of " + "memos you have, how many of them are unread, and how many " + "total memos you can receive." + "\n\n" + "With a channel parameter, displays the same information for " + "the given channel." + "\n\n" + "With a nickname parameter, displays the same information " + "for the given nickname. This is limited to \002Services " + "Operators\002." + )); return true; } |