mIRC Homepage
Posted By: xyzzy quit msgs - 25/04/09 09:52 AM
hi i want to get a new window if someone in my room got z:line quit msg confused
Posted By: 5618 Re: quit msgs - 25/04/09 07:18 PM
Code:
on *:QUIT:{
  if ((:lined isin $1-) || (User has been banned from isin $1-)) && (Quit: !isin $1-) {
    if (!$window(@GZLines)) { window -k0 @GZLines }
    echo -mt @GZLines Quit: $address($nick,5) $+($chr(40),$1-,$chr(41)) 
  }
}
© mIRC Discussion Forums