mIRC Homepage
Posted By: Jigsy /////command bug? - 26/08/06 03:06 AM
If you use 5 or more / before a command.

e.g. /////say Hello. You'll retrieve an error message in the status window.

Quote:

/SAY Unknown command
Posted By: hixxy Re: /////command bug? - 26/08/06 03:23 AM
I noticed that ages ago but assumed it was intended.

The number of times things evaluate doesn't go up after more than 2 slashes so it's kinda pointless to support anymore.

%a %b
%b %c

//echo -a -> %a
Output: -> %b
///echo -a -> %b
Output: -> %b
Posted By: maroon Re: /////command bug? - 26/08/06 03:26 AM
Confirmed, happens also in 5.91 and 6.16

/////echo -a hello
Posted By: DaveC Re: /////command bug? - 26/08/06 06:25 AM
Its interesting that if u have a custom SAY or ECHO etc alias, they well be triggered no mater how many /'s
Posted By: Jigsy Re: /////command bug? - 26/08/06 12:10 PM
Confirmed.
Posted By: vexed Re: /////command bug? - 26/08/06 01:06 PM
I have scripted a /say alias so i don't get that problem. grin
Posted By: jaytea Re: /////command bug? - 26/08/06 05:55 PM
Quote:

///echo -a -> %b
Output: -> %b


sure about that? wink
Posted By: vexed Re: /////command bug? - 26/08/06 06:39 PM
Now add 2 more forward slashes to that.
Posted By: hixxy Re: /////command bug? - 26/08/06 07:04 PM
Meant to be ///echo -a %a :tongue:
Posted By: x64 Re: /////command bug? - 30/08/06 09:07 AM
This is an undocumented feature, not a bug ^_^
© mIRC Discussion Forums