I want to use multiple nicks in a var in one of my scripts for instance

%us $me,nick2,nick3
Then the code would be

on 5:text:*Bot ban*:#:{ if ($3 != %us) { ... } { if ($3 == %us) { ... }
}
}