Hi, I wants to do a putquick in the channel, but i cant get it to work... here is the script i have made, but it wont work. bind pub o|o "!putquic putquic" proc putquic {nick host hand chan text} { set putquickmsg [lrange $text 0 end] putquick "$putquickmsg" } Is there anyone tha...