Jump to content

Auto Kick on Hybrid


floydfan786

Recommended Posts

ok i have the latest hybrid in Buz. trying to fix the auto kick so it adds a ban to the access list. looking to add a 15 or so.

this is what is there now:

 

on shitlist:JOIN:#:{ access $chan add DENY *! $+ $$ial($1 $+ *,1).addr 300 | kick $chan $nick you have been shitlisted

Edited by floydfan786
Link to comment
Share on other sites

Can you be more specific floyd so that i can help you out ?

 

 

well right now when i add someone to autokick they get loaded into the shitlist, i would like to add a 15 minute ban to the access list so when do get kicked they can not come back and back and so on. i hope that helps.

Edited by floydfan786
Link to comment
Share on other sites

lol thanks for explaning again :)

 

on shitlist:JOIN:#:{ 
if ($me isop $chan) {
raw access # add deny $address($nick,6) 15 
kick $chan $nick :you have been shitlisted 
}
}

 

This may help you out :) .

Edited by Cryton
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...