Ahh, so that's the problem. It works now. Thanks a lotPapillon wrote:your problem most likely is in the very first linetcl interpret everything following # on a line as a comment, so you need to doCode: Select all
set channl #channel
for $channl not to be an empty variableCode: Select all
set channl "#channel"
