So if I wanted different strings to go to different channels I would make it like: bind bot R rmsg bot:relay proc bot:relay {b k a} { set word [lindex [split $a] 1] if {[string equal -nocase music $word]}{ puthelp "PRIVMSG #main_music :$a" } if {[string equal -nocase movies $word]}{ puthel...