Skip to content
Buzzen Chat Network

Auto Kick on Hybrid

A TG007 community discussion started by floydfan786.

Discussion 6 posts
Page 1 of 1
Open
Topic #7748 · 6 published posts · 2,059 views

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 Dec 4, 2006 7:09 AM by floydfan786

Everywhere you go, there you are

looking to add a 15 or so.

 

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

 

 

There is nothing so absurd but some philosopher has said it

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 Dec 4, 2006 9:32 AM by floydfan786

Everywhere you go, there you are

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 Dec 4, 2006 10:28 AM by Cryton

 

 

There is nothing so absurd but some philosopher has said it

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 :) .

 

 

Thax, that worked just the way i wanted it to :lmaojump:

Everywhere you go, there you are

Iam happy that worked for you :) .

Edited Dec 4, 2006 12:32 PM by Cryton

 

 

There is nothing so absurd but some philosopher has said it