Skip to content
MSN

add deny doesnt work

A TG007 community discussion started by sugarboy.

Discussion 3 posts
Page 1 of 1
Open
Topic #5032 · 3 published posts · 520 views

-,- doesn't work, I think i got it entering the keeper wrong but this what i got

Bans
.1 min:/access # add deny * $+ $ial($$1).addr 1 | kick # $$1 (1 min access ban)
.5 mins:/access # add deny * $+ $ial($$1).addr 5 | kick # $$1 (5 min access ban)
.15 mins:/access # add deny * $+ $ial($$1).addr 15 | kick # $$1 (15 min access ban)
.1 hour:/access # add deny * $+ $ial($$1).addr 60 | kick # $$1 (1 hour access ban)
.24 hours:/access # add deny * $+ $ial($$1).addr 1440 | kick # $$1 (24 hours access ban)

*Insert interesting signature here*

if i remember right, you'd need to use $+(*,!,*,$ial($$1).addr) or you can try $address($$1,1)

correct me if i'm wrong but arent bans done in seconds?

People are like slinkies; they're generally boring until you push them down stairs

in popups # is not given from memory. You should change it to $chan, you should do as angelia said with the addresses, and no the bans are done in minutes, not seconds.