mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jun 2003
Posts: 7
M
Me2k3 Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
M
Joined: Jun 2003
Posts: 7
Id like to create a friends list so when someone enters the channel mirc will scan for the nick they are using, if the nick is in the list they stay but if it isnt they are kicked and banned...how do u do this also if an intruder is detected would u be able to message the chan saying an intruder was kicked and banned - ...if anyone has the time - thanx!

Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
To all your friends, use this:

/auser 2 $address(<nick>, 11)

Then, use

on @!+1:JOIN:#channel: {
/kick $chan $nick Sorry, but you are not a friend!
}


-KingTomato
Joined: Jun 2003
Posts: 7
M
Me2k3 Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
M
Joined: Jun 2003
Posts: 7
Doesn't seem to work

Joined: Jun 2003
Posts: 40
R
Ameglian cow
Offline
Ameglian cow
R
Joined: Jun 2003
Posts: 40
did u put the name of the channel u r in or did u put it in as he wrote it that might be why...

Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
put this in remote:

menu nicklist {
add friend: auser friend $address($$1,1)
}
on *:JOIN:#:{
if ($level($address($nick,1)) != friend) {
mode # +b $address($nick,1)
kick # $nick sorry not a friend
}
}


new username: tidy_trax
Joined: Jun 2003
Posts: 40
R
Ameglian cow
Offline
Ameglian cow
R
Joined: Jun 2003
Posts: 40
again phoenix uses sumthing i cant do to surpass me grin


Link Copied to Clipboard