summaryrefslogtreecommitdiff
path: root/modules/chanserv/cs_clone.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/chanserv/cs_clone.cpp')
-rw-r--r--modules/chanserv/cs_clone.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/modules/chanserv/cs_clone.cpp b/modules/chanserv/cs_clone.cpp
index b58635ff0..bad74d304 100644
--- a/modules/chanserv/cs_clone.cpp
+++ b/modules/chanserv/cs_clone.cpp
@@ -239,10 +239,12 @@ public:
{
this->SendSyntax(source);
source.Reply(" ");
- source.Reply(_("Copies all settings, access, akicks, etc from \002channel\002 to the\n"
- "\002target\002 channel. If \037what\037 is \002ACCESS\002, \002AKICK\002, \002BADWORDS\002,\n"
- "or \002LEVELS\002 then only the respective settings are cloned.\n"
- "You must be the founder of \037channel\037 and \037target\037."));
+ source.Reply(_(
+ "Copies all settings, access, akicks, etc from \002channel\002 to the "
+ "\002target\002 channel. If \037what\037 is \002ACCESS\002, \002AKICK\002, \002BADWORDS\002, "
+ "or \002LEVELS\002 then only the respective settings are cloned. "
+ "You must be the founder of \037channel\037 and \037target\037."
+ ));
return true;
}
};