Originally Posted By: splinny
on-text event with calling pvp-alias like !pvp player2 => /pvp $nick $2


Code:
on *:text:!pvp*:#: {
  //pvp $nick $2
}

Like this?

If I make it like that, the argument that should be the player2, is null frown