mIRC Home    About    Download    Register    News    Help

Print Thread
#64308 17/12/03 12:00 PM
Joined: Mar 2003
Posts: 58
A
Adler Offline OP
Babel fish
OP Offline
Babel fish
A
Joined: Mar 2003
Posts: 58
i think it cound be usefull if we do

e.g.
alias sf1,sf2,sf3 { .play -c status cmd $+ $alias $+ .txt 1 }

#64309 17/12/03 12:16 PM
Joined: Feb 2003
Posts: 2,812
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2003
Posts: 2,812
I second the motion, and in the aliases section:
/deop,dop mode # -oooo $$1-


Well. At least I won lunch.
Good philosophy, see good in bad, I like!
#64310 20/12/03 12:52 AM
Joined: Feb 2003
Posts: 810
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Feb 2003
Posts: 810
I have a big txt file here where I suggest the exact same feature. I gave up posting it because I complicate things too much, lol.
Yes that would be great.


* cold edits his posts 24/7
#64311 20/12/03 06:07 AM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
alias sf1 { .play -c status cmd $+ $alias $+ .txt 1 }
alias sf2 sf1 $1-
alias sf3 sf1 $1-

not as nice , but functions just as well ($1- wasnt needed but good to add just in case the alias changes).
Maybe its just a speed of search and retrival of aliases thing for mirc, If it has to deal with possable multiple alias names, then it has to stop on each one and check, when 99% of the time i doubt you would ever have multiple names of the same thing (imo)

#64312 20/12/03 06:54 AM
Joined: Apr 2003
Posts: 426
Fjord artisan
Offline
Fjord artisan
Joined: Apr 2003
Posts: 426
Actually, I like to have multiple aliases pointing to the same thing just in case I accidentally mistype what I want. I also find multople aliases usefull for when you want to be able to have a command that can be called by many different shortcuts.

Ie, alias sysinfo { return $stats }
alias sysspec { return $sysinfo }
alias compstat { return $sysinfo }


--------
mIRC - fun for all the family (except grandma and grandpa)
#64313 20/12/03 11:06 AM
Joined: Feb 2003
Posts: 2,812
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2003
Posts: 2,812
/whois,wohis,whios,whosi WHOIS $$1-

indeed!


Well. At least I won lunch.
Good philosophy, see good in bad, I like!

Link Copied to Clipboard