Hi,
I made a bind for a join and then for a raw to extract the channels that user is on and got the folowing things:
set chans [lindex [split $args :] end]
regsub -all "}|{" $chans "" chans
With this I extract from $chans the channels name. Example: @#test #temp
I need a sugestion to make a match if that nick has @ on #test to do a command, if is not @ in there do other command. Anyone? Thx!