mIRC Home    About    Download    Register    News    Help

Print Thread
#52312 02/10/03 09:09 PM
D
DeadlySin
DeadlySin
D
is there away of doing when sum1 join the channel i can say sum thing to them like if Raynor joins i can say sum thing to him but if Evil-Max joins i can say sum thing eles confused

Thx

#52313 02/10/03 09:16 PM
Joined: Jan 2003
Posts: 148
K
Vogon poet
Offline
Vogon poet
K
Joined: Jan 2003
Posts: 148
on *:join:#:{
if ($nick == Raynor) { commands }
elseif ($nick == Evil-Max) { commands }
}

#52314 02/10/03 09:21 PM
D
DeadlySin
DeadlySin
D
Hey Thx Dude grin


Link Copied to Clipboard