mIRC Homepage
Posted By: Kendy Nick quits network,Bot will post another room! - 09/05/20 03:46 AM
Please help me to make a short snippets when someone is quits in #channel1,#channel2 the bot will msg to #logchan.
If nick (nick quits) is on #logchan only,the script don't msg to #logchan.
Thanks for help!
Code
on *:quit:{
  if ($nick ison #logchan) && ($me ison #logchan) && ($comchan($nick,0) > 1) { msg #logchan (your message here) }
}
© mIRC Discussion Forums