diff options
Diffstat (limited to 'modules/memoserv/ms_ignore.cpp')
-rw-r--r-- | modules/memoserv/ms_ignore.cpp | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/modules/memoserv/ms_ignore.cpp b/modules/memoserv/ms_ignore.cpp index 6b50d90bc..022a95bc4 100644 --- a/modules/memoserv/ms_ignore.cpp +++ b/modules/memoserv/ms_ignore.cpp @@ -103,10 +103,12 @@ public: { this->SendSyntax(source); source.Reply(" "); - source.Reply(_("Allows you to ignore users by nick or host from memoing\n" - "you or a channel. If someone on the memo ignore list tries\n" - "to memo you or a channel, they will not be told that you have\n" - "them ignored.")); + source.Reply(_( + "Allows you to ignore users by nick or host from memoing " + "you or a channel. If someone on the memo ignore list tries " + "to memo you or a channel, they will not be told that you have " + "them ignored." + )); return true; } }; |