Skip to content

Commit

Permalink
Added warning in source about Hyperlinks with omit from output
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed May 7, 2011
1 parent d6eb9b5 commit f33af34
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions scripting/methods/methods_noting.cpp
Expand Up @@ -498,6 +498,20 @@ else
} // end of CMUSHclientDoc::ColourTell


/*
WARNING!
Do not use in sendto: script, with "omit from output"!
The saved and restored styles will lose the hyperlink action.
Use sendto:script (after omit) instead.
http://www.gammon.com.au/forum/?id=11067
*/

void CMUSHclientDoc::Hyperlink(LPCTSTR Action,
LPCTSTR Text,
LPCTSTR Hint,
Expand Down

0 comments on commit f33af34

Please sign in to comment.