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?


Nutter
GameSurge IRC Network
www.gamesurge.net
Joined: Jan 2003
Posts: 2,523
Q
Hoopy frood
Offline
Hoopy frood
Q
Joined: Jan 2003
Posts: 2,523
Prefix the command with an exclamation mark.
/!query nickname


/.timerQ 1 0 echo /.timerQ 1 0 $timer(Q).com
Joined: Feb 2004
Posts: 2,019
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2004
Posts: 2,019
/!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.

Gone.
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!


Nutter
GameSurge IRC Network
www.gamesurge.net

Link Copied to Clipboard