Where should I place this at?MeTroiD wrote:Code: Select all
bind pub n "\$error" tcldebug:error proc tcldebug:error {nick host hand chan args} { foreach line [split $::errorInfo \n] { putquick "PRIVMSG $chan :$line" } }
Code: Select all
.tcl set errorInfo