Fixed response on unknown ! command (silence to another bots).
This commit is contained in:
parent
954e907f91
commit
89f0c05efb
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user