mIRC Home    About    Download    Register    News    Help

Print Thread
#180478 10/07/07 05:21 AM
S
sirkit
sirkit
S
I've made various hotkeys/shortcuts using F keys in my script,
such as
alias f1 { mp3 }
mp3 being my alias to display whatever song im playing in whatever media player, however im running into quite an odd problem,
alias's that once worked..randomly stopped working..
my f5 alias,
alias f5 { /scid -at1 /close -@ }
to close all @ windows because my script uses them alot,
randomly stopped working today, i changed the alias to
alias sf5 { /scid -at1 /close -@ }
and it worked fine, i changed it back, and it worked fine,
however i tried the same for my f10 alias, and cant figure out how to fix it,
alias f10 { pcstats }
pcstats being the alias that displays pc stats obviously,
it gives no error messages or anything,
and most of the f keys still work, and all the ones that dont will work if i change it to alias sf# and use shift also..however I dont want to do that because my shift+f key alias's are to display different presets for mp3 advertising.

#180480 10/07/07 05:27 AM
Joined: Aug 2004
Posts: 7,168
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,168
for the F5 alias, try using /scon rather than /scid
for the F10 alias, I've got no suggestions.

#180488 10/07/07 07:44 AM
L
LostShadow
LostShadow
L
Since you're showing us alias for aliases, if they stop working, you'll have to show us the source of the alias's alias.

So for F1, you'll have to show us the /mp3 alias, and the /pcstats alias for F10, as the problem isn't in the F-aliases itself.

For the F10 alias, I've got no suggestions..

#180492 10/07/07 08:28 AM
S
sirkit
sirkit
S
k well, i already described how i did the alias's,
and every command in the alias, works fine if i just type it out, so its obviously a bug in mIRC. showing the source of them wouldn't do anything...and like i said i got the f5 alias to work by switching it to sf5, and using it like that, then switching it back to f5, and it worked again for some reason, no resolution to the f10..heh

Last edited by sirkit; 10/07/07 08:29 AM.
#180504 10/07/07 01:10 PM
Joined: Oct 2004
Posts: 8,061
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Oct 2004
Posts: 8,061
I highly doubt it's a bug in mIRC. More likely, you have other F key aliases in other scripts, either in the aliases tab or the remotes tab that are interfering.


Link Copied to Clipboard