
01-13-2006, 06:54 AM
|
|
Okiesmokie
|
Join Date: May 2004
Posts: 1,447
|
|
|
Why exactly would you want to do multiple slash-commands on the same line? o_o It seems to me if you were going to do that, you should write your own parser instead of relying on tokenize. Either that or use spaces as your delimiter, and just do if(tokens[i].starts("/"))
I really don't see the benefit of returning the delimiters into separate tokens of their own, I believe it's just a waste of effort and would get annoying as hell to work around. If this ever is implemented it should be strictly an option, or a separate function alltogether. |
__________________
[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
|
|
|
|