alias kickuser {
...
if ( $ulist(*,$2,%tmpusers) ) {
...
}

try adding ()'s there... just a thought, but it might help, with little testing I made...

//if $nick(#,3) echo stuff $ifmatch
//if ( $nick(#,3) ) echo stuff $ifmatch

the one above says "* /if: 'echo' unknown operator" but the other one works...