mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Aug 2016
Posts: 4
K
Self-satisified door
OP Offline
Self-satisified door
K
Joined: Aug 2016
Posts: 4
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.

Joined: May 2015
Posts: 249
Fjord artisan
Offline
Fjord artisan
Joined: May 2015
Posts: 249
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.


Dont give a fish - teach to fish!
Joined: Aug 2016
Posts: 4
K
Self-satisified door
OP Offline
Self-satisified door
K
Joined: Aug 2016
Posts: 4
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.

Joined: Aug 2016
Posts: 6
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
Joined: Aug 2016
Posts: 6
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!

Last edited by JoelBot; 20/08/16 05:12 PM.

---
Kind Regards,
JoelBot
---
Join me on irc.ctwug.za.net #jokers
---

Link Copied to Clipboard