im currently trying to configure a script. No need to post it here, because i think i found the problem but i can't solve it:
it's about:
- Code: Select all
if {[lindex [split [expr ([unixtime] - [channel get $chan since]) / 86400.] .] 0] != 0} {
if i try to "<botnick> channel get $chan since" the output msg is: Unknown channel setting.
Could it be, that there isn't any variable like "since" in tcl?
Thx 4 help
