summaryrefslogtreecommitdiff
path: root/modules/commands/bs_botlist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/bs_botlist.cpp')
-rw-r--r--modules/commands/bs_botlist.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/bs_botlist.cpp b/modules/commands/bs_botlist.cpp
index 68fb7bdfa..9fd8b81f7 100644
--- a/modules/commands/bs_botlist.cpp
+++ b/modules/commands/bs_botlist.cpp
@@ -65,8 +65,8 @@ class CommandBSBotList : public Command
{
this->SendSyntax(source);
source.Reply(" ");
- source.Reply(_("Lists all available bots on this network. Bots prefixed"
- "by a * are reserved for IRC operators."));
+ source.Reply(_("Lists all available bots on this network.\n"
+ "Bots prefixed by a * are reserved for IRC operators."));
return true;
}
};