This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

guard101.tcl

Old posts that have not been replied to for several years.
Locked
s
sumadre

guard101.tcl

Post by sumadre »

:D Hello to all, I have this question for if some person can help me, I have installed the script guard101.tcl, but I would like to modify the following thing:

I would like that the bot made a ban to write but of 3 you line of followed, I would also like to know like I disable the ban option for color excess, if somebody knows about this script and he/she can help me he/she would thank him a lot
User avatar
z_one
Master
Posts: 269
Joined: Mon Jan 14, 2002 8:00 pm
Location: Canada

Post by z_one »

Hi,

I am not sure I understand what you want exactly. Perhaps if you try to ask the question in another way ?
As for disabling the color ban for excess colors look for the following line:

Code: Select all

 if {$g_cc == $guard(color_ban)} {guardban $nick $sitemask $desc $guard(color_reason)}
and comment it out by adding a # at the beginning of the line so it becomes like this:

Code: Select all

# if {$g_cc == $guard(color_ban)} {guardban $nick $sitemask $desc $guard(color_reason)}
z_one
Locked