mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2004
Posts: 18
N
Nutter Offline OP
Pikka bird
OP Offline
Pikka bird
N
Joined: Jan 2004
Posts: 18
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?

Joined: Jan 2003
Posts: 2,125
Q
Hoopy frood
Offline
Hoopy frood
Q
Joined: Jan 2003
Posts: 2,125
Prefix the command with an exclamation mark.
/!query nickname

Joined: Feb 2004
Posts: 2,013
F
Hoopy frood
Offline
Hoopy frood
F
Joined: Feb 2004
Posts: 2,013
/!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

Last edited by FiberOPtics; 13/03/05 10:58 AM.
Joined: Jan 2004
Posts: 18
N
Nutter Offline OP
Pikka bird
OP Offline
Pikka bird
N
Joined: Jan 2004
Posts: 18
Ah yes, I remember that.
Thanks!


Link Copied to Clipboard