Enchant Script

is there a way to add the bot to listen to the overhead messages from other players, like !chant or !wps , cause of the bnet chat issue.

in the script i see
if (!nick) { // ignore overhead messages

i just don’t know where to edit it for it to accept it.

The bot doesn’t detect the sender of an overhead message, only its content. This is why they are simply ignored.

You can try to send commands using @enchant_bot_name command, they will be received as a chat event. Not sure if it still work when you are muted though.