diff --git a/scripting/methods/methods_noting.cpp b/scripting/methods/methods_noting.cpp index 56ba6300..347b963e 100644 --- a/scripting/methods/methods_noting.cpp +++ b/scripting/methods/methods_noting.cpp @@ -555,9 +555,9 @@ void CMUSHclientDoc::Hyperlink(LPCTSTR Action, // output the link text if (strlen (Text) > 0) - AddToLine (Text, 0); + AddToLine (Text, COMMENT); else - AddToLine (Action, 0); + AddToLine (Action, COMMENT); // add another style to finish the hyperlink