mIRC Home    About    Download    Register    News    Help

Print Thread
#111140 13/02/05 05:45 AM
Joined: Mar 2004
Posts: 342
H
HorseC Offline OP
Fjord artisan
OP Offline
Fjord artisan
H
Joined: Mar 2004
Posts: 342
"You can redefine function keys to perform certain commands, just like aliases. For example:"

this is very clear smile and i use it a lot....

is there a way to display the definitions for current function keys? why you ask.. I set them in several seperate scripts (so as to keep function keys logic with the script logic associated with the key).. but since i run a lot of scripts, it would be nice to be able at any point to see all that i have defined. (which could change when i load and unload scripts)

So.... can I display the current setting for any key?

Thanks.

#111141 13/02/05 10:07 AM
D
DaveC
DaveC
D
/help $isalias

#111142 14/02/05 06:34 AM
I
Iori
Iori
I
Make an isalias alias based on $isalias() smile
/alias isalias if $isalias($$1) { echo -atice info $isalias($1).alias } | else echo -a alias $1 is undefined.

#111143 14/02/05 05:43 PM
Joined: Mar 2004
Posts: 342
H
HorseC Offline OP
Fjord artisan
OP Offline
Fjord artisan
H
Joined: Mar 2004
Posts: 342
Thanks for the help!


Link Copied to Clipboard