Depends upon your tcl script.
If your tcl script has newchanban and newban then it might
affect the ban-time interval.
However if the tcl uses something like this
Code: Select all
putquick "KICK $chan $nick :Reason here"
timer 120 "putserv \"mode $chan -b $banmask\""
Or something resembling this maybe, a timed function
called and that procedure gives a timely unban.
In this case ban-time wont affect the interval of time or the ban.