mIRC Home    About    Download    Register    News    Help

Print Thread
#14600 08/03/03 07:19 PM
Joined: Dec 2002
Posts: 17
P
Pikka bird
OP Offline
Pikka bird
P
Joined: Dec 2002
Posts: 17
Is there some kind of auto kick script that I can put in my bot? I want it to be able to kick bots out that come in and post porn in whispers/pms, theres a lot of them that come in my room and its really annoying..thanks for any help.

#14601 09/03/03 09:46 AM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
Put something like:
Code:

On @[color:blue]akick[/color]:join:#:ban # $wildsite | kick # $nick Auto kicked.

In the remote, and to add nicks to the autokick list, type:

/auser akick nick
/auser akick another_one
/auser akick *!*@host
/auser akick *!*someidentd@*

If you're not looking for a preset akick list, but for a channel flood protection script, check this page.

#14602 09/03/03 05:39 PM
Joined: Jan 2003
Posts: 148
K
Vogon poet
Offline
Vogon poet
K
Joined: Jan 2003
Posts: 148
on *:text:*:#:{
if ((www isin $1-) && ($me isop $chan)) {
ban $chan $nick 2
kick $chan $nick No web advertisement in this channel please!
}
}

#14603 10/03/03 05:08 AM
Joined: Dec 2002
Posts: 699
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 699
<user> awwww
* Knappen sets mode: +b *!*@yada.yada.com
* user was kicked by Knappen (No web advertisement in this channel please!)
:tongue:


Link Copied to Clipboard