mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2003
Posts: 127
L
Vogon poet
OP Offline
Vogon poet
L
Joined: Jan 2003
Posts: 127
Is there any way to detect whether an alias has been called from a script?

Joined: Jan 2003
Posts: 31
I
Ameglian cow
Offline
Ameglian cow
I
Joined: Jan 2003
Posts: 31
Set a variable to $true if the alias was called, and read te variable. if it is $true, then the alias was called

Joined: May 2003
Posts: 730
S
Hoopy frood
Offline
Hoopy frood
S
Joined: May 2003
Posts: 730
inside your alias, u can use the $event identifier
(it will return the event name if it's an event and $null if it's not)


Link Copied to Clipboard