summaryrefslogtreecommitdiff
path: root/modules/botserv/bs_control.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/botserv/bs_control.cpp')
-rw-r--r--modules/botserv/bs_control.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/botserv/bs_control.cpp b/modules/botserv/bs_control.cpp
index 2ea81a45b..e97b98871 100644
--- a/modules/botserv/bs_control.cpp
+++ b/modules/botserv/bs_control.cpp
@@ -122,8 +122,10 @@ public:
{
this->SendSyntax(source);
source.Reply(" ");
- source.Reply(_("Makes the bot do the equivalent of a \"/me\" command\n"
- "on the specified channel using the specified text."));
+ source.Reply(_(
+ "Makes the bot do the equivalent of a \"/me\" command "
+ "on the specified channel using the specified text."
+ ));
return true;
}
};