Not quite, the if should be in the bracket like:

Code:
on CupAdmin:TEXT:*:#:{if $1 == %gathertegn $+ on }


Also for each if (and line) in it smile

Code:
on CupAdmin:TEXT:*:#:{if $1 == %gathertegn $+ on
                      if $1 == %gathertegn2 $+ on
}


or something like that