I didn't mean that.
An aliased command always overrides the mIRC built-in command EXCEPT IF you use the ! command prefix.
eg.
alias linesep { echo This is the alias! }
/linesep will echo "This is the alias!"
/!linesep will echo the line separator!
So what I meant to say was that aliases override mIRC commands and that's why we have the '!' command prefix if we want to avoid this.
