mIRC Home    About    Download    Register    News    Help

Print Thread
#12558 23/02/03 12:46 AM
Joined: Feb 2003
Posts: 2
R
re0w Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
R
Joined: Feb 2003
Posts: 2
hey, could someone please tell me how to make it so that when a certaina person joins a channel i'm in... i will automatically say something...?

thanks

#12559 23/02/03 01:00 AM
Joined: Feb 2003
Posts: 27
L
Ameglian cow
Offline
Ameglian cow
L
Joined: Feb 2003
Posts: 27
Code:
on *:JOIN:#Your_Channel: {
if ($nick == re0w) {
  notice $nick Welcome to my channel =)
}
}  

#12560 23/02/03 01:11 AM
Joined: Feb 2003
Posts: 2
R
re0w Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
R
Joined: Feb 2003
Posts: 2
thanks heaps =)


Link Copied to Clipboard