1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 09:26:38 +02:00

Fix typos, remove dead language defines.

os_set: Add missing debug text in help output.
This commit is contained in:
Robby-
2013-09-14 14:40:17 +02:00
committed by Adam
parent 5f7127dd92
commit 4f820a7d41
30 changed files with 106 additions and 92 deletions
+2 -2
View File
@@ -156,10 +156,10 @@ class BotServCore : public Module
source.Reply(_("\002%s\002 allows you to have a bot on your own channel.\n"
"It has been created for users that can't host or\n"
"configure a bot, or for use on networks that don't\n"
"allow user bots. Available commands are listed \n"
"allow user bots. Available commands are listed\n"
"below; to use them, type \002%s%s \037command\037\002. For\n"
"more information on a specific command, type\n"
"\002%s%s %s \037command\037\002.\n "),
"\002%s%s %s \037command\037\002.\n"),
BotServ->nick.c_str(), Config->StrictPrivmsg.c_str(), BotServ->nick.c_str(),
Config->StrictPrivmsg.c_str(), BotServ->nick.c_str(), source.command.c_str());
}