mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Aug 2015
Posts: 19
S
Pikka bird
OP Offline
Pikka bird
S
Joined: Aug 2015
Posts: 19
i am using this script to welcome people when they join the chat:

on !*:join:#:{ msg $chan Welcome $nick to the chat! }

it works perfecttly fine but i dont know how it works when people leave the chat, i tried this:

on !*:leave:#:{ msg $chan rip $nick }
and it doesnt work

Joined: Jan 2004
Posts: 1,358
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,358
on part

Joined: Aug 2015
Posts: 19
S
Pikka bird
OP Offline
Pikka bird
S
Joined: Aug 2015
Posts: 19
k thanks


Link Copied to Clipboard