I want to paste colours onto irc, but the eggdrop ends up pushing raw commands onto irc. tcl contains: set output [exec /bin/rank.sh] putquick "PRIVMSG $chan :$output" my bash script contains : echo \\0034TV\\003 which if run in the shell returns: ./rank.sh \0034TV\003 On irc, unforunatly ...