mIRC Homepage
Posted By: KBJRanger Twitch bot message output help - 15/08/16 10:15 AM
So basically I'm trying to setup my bot on Twitch to send a message in chat based off of it's own message but it won't send.

Code:
On *:text:test:#testchannel:{
  if ($nick == bot_username) {
    msg $chan message output
  }
}


So when I type "test" on the bot, it should recognize it's own message and output another message with "*message output*" but for whatever reason it doesn't recognize it's own message?

Any help or suggestions for what to change/fix would be appreciated.
Posted By: splinny Re: Twitch bot message output help - 15/08/16 05:22 PM
If you type "test" from mIRC (which you expect to answer with "message output") - it wont trigger for self-messages. Try "test" from browser or other mIRC.
Posted By: KBJRanger Re: Twitch bot message output help - 15/08/16 06:34 PM
Originally Posted By: splinny
If you type "test" from mIRC (which you expect to answer with "message output") - it wont trigger for self-messages. Try "test" from browser or other mIRC.


Doesn't work from browser as well apparently.
Posted By: JoelBot Re: Twitch bot message output help - 20/08/16 05:11 PM
Originally Posted By: KBJRanger
Originally Posted By: splinny
If you type "test" from mIRC (which you expect to answer with "message output") - it wont trigger for self-messages. Try "test" from browser or other mIRC.


Doesn't work from browser as well apparently.


Try mibbit.com ! They have a choice for username, server and more!
© mIRC Discussion Forums