Hopefully this should be fairly simple. Hope you can provide a tcl equivalent of this mrc code :- ON *:JOIN:#:{ if $left($nick,6) == [Clan] && $me isop # && $nick != $me { mode # +v $nick } } Basically channels where the bot is an op to voice users who's nick match certain criteria i...