Fixed response on unknown ! command (silence to another bots).

This commit is contained in:
Christian P. MOMON 2018-01-12 09:48:05 +01:00
parent 954e907f91
commit 89f0c05efb
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ public class Hebdobot extends PircBot
logger.info("!??? caught.");
// Command unknown.
sendMessage(sender + ", commande inconnue: " + text);
// Do not answer because it can be a command to another bot.
}
else
{