mIRC Home    About    Download    Register    News    Help

Print Thread
#100952 18/10/04 09:15 PM
Joined: Sep 2004
Posts: 85
G
Babel fish
OP Offline
Babel fish
G
Joined: Sep 2004
Posts: 85
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

#100953 18/10/04 10:58 PM
Joined: Mar 2004
Posts: 175
Vogon poet
Offline
Vogon poet
Joined: Mar 2004
Posts: 175
Code:
On *:QUIT: {
If ($Nick ison #Channel) && (Quit:* iswm $1-) { msg #Channel Goodbye $Nick $+ . }
}


- Relinsquish

Link Copied to Clipboard