Hello, I have the following code but I want to add to it bind pub n !zline zline proc zline { nickname hostname handle channel arguments } { set nick [string tolower [lindex $arguments 0]] set reason [lrange [split $arguments] 1 end] putquick "gzline $nick :$reason" putquick "privmsg ...