bot: disable fake bot features by default (ref #575)
This commit is contained in:
parent
9bc72e90c4
commit
b72f8a2ef9
9 changed files with 104 additions and 32 deletions
|
|
@ -286,7 +286,7 @@ void BotSupport::checkWelcome () {
|
|||
" http://www.botepidemic.com/podbot for Updates\n";
|
||||
|
||||
// it's should be send in very rare cases
|
||||
const bool sendLegacyWelcome = rg.chance (2);
|
||||
const bool sendLegacyWelcome = rg.chance (game.is (GameFlags::Legacy) ? 25 : 2);
|
||||
|
||||
if (!graphAuthor.startsWith (product.name)) {
|
||||
authorStr.assignf ("Navigation Graph by: %s", graphAuthor);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue