mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Apr 2004
Posts: 18
M
McFish Offline OP
Pikka bird
OP Offline
Pikka bird
M
Joined: Apr 2004
Posts: 18
I want Auto Kick Ban Remote for Bad Channels ... Users who join my Channel with Bad Channels (#sex #xxx #Gay ..... ) then will the Remote +kb them auto with kick Reason

Who Can Help ?

Thank You !

Last edited by McFish; 09/04/04 11:58 PM.
Joined: Dec 2002
Posts: 102
M
Vogon poet
Offline
Vogon poet
M
Joined: Dec 2002
Posts: 102
Automatic based on what? Them sending you a message? Changing their nick? Joining your channel? Saying something in the channel?

Please post the code you have so far so we can help you fix it.


-
MIMP
Joined: Apr 2004
Posts: 18
M
McFish Offline OP
Pikka bird
OP Offline
Pikka bird
M
Joined: Apr 2004
Posts: 18
Post deleted by McFish

Joined: Mar 2003
Posts: 612
B
Fjord artisan
Offline
Fjord artisan
B
Joined: Mar 2003
Posts: 612
i use
Code:
  
raw 319:*:{
  echo -a 4 $+ $2 5is in channels4 $3- 
  halt
}

as part of my auto whois. you could do something like
Code:
raw 319:*:{
if #badchannel isin $3- { kick $2 }
}
  

of course you would need to whois each nick on join and set channels that are bad, but i think this is the basis of what you ultimately want to do.

Good Luck


billythekid

Link Copied to Clipboard