summaryrefslogtreecommitdiff
path: root/modules/nickserv/ns_update.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nickserv/ns_update.cpp')
-rw-r--r--modules/nickserv/ns_update.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/modules/nickserv/ns_update.cpp b/modules/nickserv/ns_update.cpp
index 0ce6a5c95..9a182bc6a 100644
--- a/modules/nickserv/ns_update.cpp
+++ b/modules/nickserv/ns_update.cpp
@@ -41,9 +41,11 @@ public:
{
this->SendSyntax(source);
source.Reply(" ");
- source.Reply(_("Updates your current status, i.e. it checks for new memos,\n"
- "sets needed channel modes and updates your vhost and\n"
- "your userflags (lastseentime, etc)."));
+ source.Reply(_(
+ "Updates your current status, i.e. it checks for new memos, "
+ "sets needed channel modes and updates your vhost and "
+ "your userflags (lastseentime, etc)."
+ ));
return true;
}
};