summaryrefslogtreecommitdiff
path: root/modules/nickserv/ns_alist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nickserv/ns_alist.cpp')
-rw-r--r--modules/nickserv/ns_alist.cpp12
1 files changed, 7 insertions, 5 deletions
diff --git a/modules/nickserv/ns_alist.cpp b/modules/nickserv/ns_alist.cpp
index 4b246f54f..aeb817155 100644
--- a/modules/nickserv/ns_alist.cpp
+++ b/modules/nickserv/ns_alist.cpp
@@ -119,11 +119,13 @@ public:
{
this->SendSyntax(source);
source.Reply(" ");
- source.Reply(_("Lists all channels you have access on.\n"
- " \n"
- "Channels that have the \037NOEXPIRE\037 option set will be\n"
- "prefixed by an exclamation mark. The nickname parameter is\n"
- "limited to Services Operators"));
+ source.Reply(_(
+ "Lists all channels you have access on."
+ "\n\n"
+ "Channels that have the \037NOEXPIRE\037 option set will be "
+ "prefixed by an exclamation mark. The nickname parameter is "
+ "limited to Services Operators."
+ ));
return true;
}