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

minor help output changes, including some confusion in fantasy chars

This commit is contained in:
lethality
2012-06-04 04:50:35 +01:00
parent 437944d416
commit a4bf5ce609
5 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -194,9 +194,9 @@ class BotServCore : public Module
"Bot will join a channel whenever there is at least\n"
"\002%d\002 user(s) on it."), Config->BSMinUsers);
if (!Config->BSFantasyCharacter.empty())
source.Reply(_("Additionally, all %s commands\n"
"can be used if fantasy is enabled by prefixing the command\n"
"name with one of the following characters: %s."), Config->ChanServ.c_str(), Config->BSFantasyCharacter.c_str());
source.Reply(_("Additionally, all %s commands can be used if fantasy\n"
"is enabled by prefixing the command name with one of\n"
"the following characters: %s"), Config->ChanServ.c_str(), Config->BSFantasyCharacter.c_str());
}
EventReturn OnChannelModeSet(Channel *c, User *setter, ChannelModeName Name, const Anope::string &param) anope_override