mIRC Home    About    Download    Register    News    Help

Print Thread
#124486 07/07/05 01:53 PM
Joined: Jul 2005
Posts: 19
E
encom Offline OP
Pikka bird
OP Offline
Pikka bird
E
Joined: Jul 2005
Posts: 19
My first post was wrong:

I need a join blocker, I need to can change the 'blockerchannel'.

And if they join they have to be kicked and banned permantly

#124487 07/07/05 02:11 PM
Joined: Feb 2005
Posts: 74
S
Babel fish
Offline
Babel fish
S
Joined: Feb 2005
Posts: 74
Maybe i can't understand you, but there is something like that what you need:
Code:
 On *:JOIN:#channel:{
/kick $chan $nick Go away..
/mode $chan +b $nick
} 


[color:red]m[color:blue]IRC[color:green] for EvEr

#124488 07/07/05 02:44 PM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
Try any of the following:

Code:
//mode # +b *!*@*
//mode # +i
//mode # +k youdontknowmykeynehneh


New username: hixxy

Link Copied to Clipboard