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.

Setting ban time on TCL

Help for those learning Tcl or writing their own scripts.
Post Reply
g
gasak
Halfop
Posts: 45
Joined: Mon Aug 09, 2010 11:09 pm

Setting ban time on TCL

Post by gasak »

am using one of guard TCL.. but i confused to find where to change the ban time.. because as the default the bantime will set on 6 minutes. I want to change the default become 60 mins. I just found this command that maybe related to that

Code: Select all

set ban-time [expr 5 + $banplus]
would some one help how would i change the default bantime?

Thx.
Learning Knows No Boundaries!!
a
adamast0r
Voice
Posts: 5
Joined: Wed Apr 20, 2011 8:35 pm

Post by adamast0r »

post code..
g
gasak
Halfop
Posts: 45
Joined: Mon Aug 09, 2010 11:09 pm

Post by gasak »

you mean?
Learning Knows No Boundaries!!
s
stormshadow
Voice
Posts: 7
Joined: Fri Mar 11, 2011 12:15 am

Re: Setting ban time on TCL

Post by stormshadow »

gasak wrote:am using one of guard TCL
adamast0r wishes for you to show us or give us a location to the original code of the tcl, so we can understand your question better.
"set ban-time [expr 5 + $banplus]" means nothing to us other than there are 2 variables and one is getting 5 added to it
Post Reply