I have this in a TCL script of mine:
proc caps_ctcp {nick host hand who what text} {
if {[ischannel $who]} {
caps_pubm $nick $host $hand $who $text
}
return 0
}
and worked fine before the update to 1.6.10 and look what is says now:
[23:20] Tcl error [caps_ctcp]: invalid command name "ischannel"
What's wrong?!
«A fantastic spaghetti is a spaghetti that does not exist»