mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Nov 2004
Posts: 842
Jigsy Offline OP
Hoopy frood
OP Offline
Hoopy frood
Joined: Nov 2004
Posts: 842
So I was trying to modify one of my aliases to access a website quicker; and rather than type out a long line of code twice I tried to use an alias which I named $4chan_boards.

Anyway, long story short, the alias didn't work unless I took the number off. (In the end I just used a variable for easier modification.)

Now I'm not sure if this a bug or not because of the whole $0, $1, ... number identifiers but I thought I'd mention it.


What do you do at the end of the world? Are you busy? Will you save us?
Joined: Jan 2004
Posts: 2,127
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2004
Posts: 2,127
Yes, it's from the $0- series, as you can see by not creating the identifier and doing this:

//tokenize 32 /one/ /two/ /three/ /four/ /five/ /six/ /seven/ | var %x $5by - $5by5 - $3-4 - $4chan_boards - $2+3 | echo -s . %x

As you can see, the text following the $number is chopped if the 'identifier' also ends with a number.


Link Copied to Clipboard