mIRC Home    About    Download    Register    News    Help

Print Thread
#147069 13/04/06 12:00 PM
Joined: Sep 2005
Posts: 116
I
Vogon poet
OP Offline
Vogon poet
I
Joined: Sep 2005
Posts: 116
is it posable ot add your own parameters like /myowncommand -l lol ?

#147070 13/04/06 01:17 PM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
alias myowncommand {
if (-* iswm $1) { var %parameters = $1 | tokenize 32 $2- }
...
...
...
}

#147071 13/04/06 03:04 PM
Joined: Sep 2005
Posts: 116
I
Vogon poet
OP Offline
Vogon poet
I
Joined: Sep 2005
Posts: 116
hmm yeh indeed i never though about that but its posable :tongue:


Link Copied to Clipboard