mIRC Home    About    Download    Register    News    Help

Print Thread
#111140 13/02/05 05:45 AM
Joined: Mar 2004
Posts: 526
HorseC Offline OP
Fjord artisan
OP Offline
Fjord artisan
Joined: Mar 2004
Posts: 526
"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.


Help others! It makes the world a better place, Makes you feel good, and makes you Healthy!
#111141 13/02/05 10:07 AM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
/help $isalias

#111142 14/02/05 06:34 AM
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
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: 526
HorseC Offline OP
Fjord artisan
OP Offline
Fjord artisan
Joined: Mar 2004
Posts: 526
Thanks for the help!


Help others! It makes the world a better place, Makes you feel good, and makes you Healthy!

Link Copied to Clipboard