Removes the special name coloring of those with special roles from inappropriate times.

Basically if we don't want a privmsg link we're not going to include the font change as well.  This should fix it from displaying the coloring code in logs and other places not meant to be html (irc bot).
This commit is contained in:
Ccomp5950
2014-05-12 21:24:00 -05:00
parent 1f614c3149
commit 76f8a94974

View File

@@ -538,7 +538,7 @@ Turf and target are seperate in case you want to teleport some distance from a t
else if(M.name)
name = M.name
if(is_special_character(M))
if(include_link && is_special_character(M))
. += "/(<font color='#FFA500'>[name]</font>)" //Orange
else
. += "/([name])"