mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jul 2005
Posts: 19
E
encom Offline OP
Pikka bird
OP Offline
Pikka bird
E
Joined: Jul 2005
Posts: 19
Hi all!

I need a join blocker.
When I have someone is trying to join my channel, just want to have it kicked automaticly.

Does someone have this script for me?

Thanks lot

Joined: Mar 2005
Posts: 420
X
Fjord artisan
Offline
Fjord artisan
X
Joined: Mar 2005
Posts: 420
If you don't want others to join your channel, set it invite mode or set a key.


If you have a plastic floor runner over your tiles, then you're one Hella Pinoy!
Joined: Dec 2002
Posts: 1,245
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Dec 2002
Posts: 1,245
on @*:JOIN:#mychannel:{
if ($nick == somenick) {
ban $nick 3
.timerkick 1 3 kick $chan $nick Go Away
}
}

Joined: Mar 2005
Posts: 18
A
Pikka bird
Offline
Pikka bird
A
Joined: Mar 2005
Posts: 18
Quote:

on @*:join:#MyChannel:{
if ($nick == somenick) {
ban # $nick 2
.timerkick 1 3 kick # $nick
}
}

Joined: May 2005
Posts: 449
Fjord artisan
Offline
Fjord artisan
Joined: May 2005
Posts: 449
mIRC also has an autokick list built in. To add some, type /chanserv akick #channel add Nickname. To make it a permanent ban, type /chanserv akick #channel stick usermask.

Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
Quote:
mIRC also has an autokick list built in. To add some, type /chanserv akick #channel add Nickname. To make it a permanent ban, type /chanserv akick #channel stick usermask.

ChanServ is nothing to do with mIRC, ChanServ is a network service run by the owners of the network your on and hence doesn't even exist on all IRC networks.


Link Copied to Clipboard