You do know that $chan and $nick are inherited by the alias automatically, right? You don't have to pass them to the alias.

Code:
on *:part:#: {
  somealias
}

alias somealias {
  echo -a $nick parted $chan
}


Invision Support
#Invision on irc.irchighway.net