![]() |
|
|||||||
| a&a light script a&a light script support, suggestions & discussions |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#2 (permalink) |
|
Junior Member
|
You want to kick a person only at anticolur, or to all anti* protections?
ie: antirepeat, antinotice, antipub, antiurl ..etc.. If you wanna set kick (and not Ban) for any anti*, then you must to edit a&a_light_core.tcl and go to the line ( 42 ). At this process you need to look for this line Code:
newchanban $chan [a:maskhost -host $uhost] $username "channel $why protection enabled" [chanset -get $chan ban-time] sticky Code:
putkick $chan $nick "channel $why protection enabled" Atention, this change will work for all anti* commands. Not only for anticolour. |
|
|
|
|
|
#4 (permalink) |
|
Member
Join Date: Jun 2004
Location: In the NeXuS
Posts: 160
Rep Power: 37 ![]() |
Code:
if {[string equal $why anticolour]} {putkick $chan $nick "channel $why protection enabled"} {newchanban $chan [a:maskhost -host $uhost] $username "channel $why protection enabled" [channel get $chan ban-time] sticky}
__________________
RESTRICTED AREA |
|
|
|