Hey,

Thanks alot for the help, everything seems to be working.
The only problem though is that, I want to make it say "!unload test.mrc" automatically when "twitchnotify" writes in mIRC chat "viewers resubscribed".

I've been trying on another Twitch account, and just writing "viewers resubscribed", with this script:
Code:
ON *:TEXT:*viewers resubscribed*:#artiiz:{
  msg $chan !unload test.mrc
}


But it doesn't unloads the script, unless I type it in my Twitch chat by my own, and not though mIRC.


Never mind, I managed to fix it smile

Last edited by Artiiz; 05/10/15 09:02 PM.