Code: Select all
regexp -all {(.*)\s(.*)} - nick rank
Code: Select all
# because on some channels is it for example "rank nick"
set tmp "nick rank"
regexp -all {(.*)\s(.*)} - $tmp
i know solution is probably simple, but i cant figure it out. can someone help me?