mIRC Homepage
Posted By: Gameaddix on 1:quit help plz - 18/10/04 09:15 PM
i was wondering if you could have a script that would activate if someone left or quit(but not ping out or netsplit)
lets say whenever someone leaves/quits((5:06 PM) * has left #test OR * has quit (quit:) then it says like GOODBYE $nick but if they ping out or netsplit, it doesnt do anything
Posted By: Relinsquish Re: on 1:quit help plz - 18/10/04 10:58 PM
Code:
On *:QUIT: {
If ($Nick ison #Channel) && (Quit:* iswm $1-) { msg #Channel Goodbye $Nick $+ . }
}
© mIRC Discussion Forums