Tweaked a few bot things...

This commit is contained in:
Uleat
2019-12-09 22:01:50 -05:00
parent e306e9ad0c
commit ab35c3ed90
2 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -3227,7 +3227,7 @@ void bot_command_follow(Client *c, const Seperator *sep)
if (!optional_arg.compare("chain")) {
auto chain_count = helper_bot_follow_option_chain(c);
c->Message(m_action, "%i of your bot%s are now chain following", chain_count, (chain_count == 1 ? "" : "s"));
c->Message(m_action, "%i of your bots %s now chain following you", chain_count, (chain_count == 1 ? "is" : "are"));
return;
}