mIRC Homepage
Posted By: AzN help me to quit on event - 27/04/16 11:51 PM
command to quit when one event is how?
Normal, command to quit is "/quit"
But on event, message "msg $chan /quit" is not working
Please help me.
EX:
Quote:
on *:TEXT:*:#chanel: {
if (*fulltime* iswm $1-) {
msg $chan /quit
}
}


when the event occurs, my nick do not quit, but simply appear message "/quit" in chanel
Posted By: Fonic_Artes Re: help me to quit on event - 28/04/16 05:16 PM
If you mean to quite mIRC. Then just remove the msg $chan part and it'll work.
Posted By: hixxy Re: help me to quit on event - 28/04/16 07:52 PM
You are probably looking at Twitch scripts. My understanding is that you're supposed to use msg #channel <command> on Twitch, but on other networks you don't use msg #channel before a command.
© mIRC Discussion Forums