If you keep the names in a global variable like this
%list = player1 player2 player3
then this should do it

Code:
on *:text:!removeme:#: { 
set %list $remtok(%list,$nick,32)
msg # $nick removed.
}

Last edited by Sakana; 21/05/16 10:31 PM.