mIRC Homepage
Posted By: Nutter Force mIRC to process command (not an alias) - 13/03/05 10:50 AM
Is there any way to force mIRC to run a command, ignoring any aliases that might exist?

eg:
Code:
alias query { echo -a hello world }


If I run /query nickname, it will echo 'hello world' to the active window - I want to override that alias, and make mIRC process the command. Is this at all possible?
Prefix the command with an exclamation mark.
/!query nickname
/!query

Using an exclamation mark ignores any scripted aliases and performs the default mIRC action. (this does not apply to identifiers, only commands)

Edit: qwerty answered while I was previewing mine laugh
Ah yes, I remember that.
Thanks!
© mIRC Discussion Forums