ID:109443
 
Not a bug
BYOND Version:479
Operating System:Windows Vista Ultimate
Web Browser:Firefox 3.6.13
Applies to:Dream Seeker
Status: Not a bug

This is not a bug. It may be an incorrect use of syntax or a limitation in the software. For further discussion on the matter, please consult the BYOND forums.
Descriptive Problem Summary:
byond:/ is improperly parsed as a link

Numbered Steps to Reproduce Problem:
send byond:/ to output

Code Snippet (if applicable) to Reproduce Problem:
mob/verb/test() usr << "byond:/ bugged"


Expected Results:
byond:/ shows as text like the old http:/ fix

Actual Results:
byond:/ is parsed as a link

Does the problem occur:
Every time? Or how often? Always
In other games? Yes
In other user accounts? Yes
On other computers? Yes

When does the problem NOT occur?
When not typing byond:/

Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)
Applies to older versions

Workarounds:
Detect the text and modify one character in the text to HTML escaped text.
The autolinking behavior did not happen in my tests. I also verified that the code is correctly looking for both slashes.
My fault, my custom byond:search parser was misleading <.<

No bugs here :D