Actions
$boldify » History » Revision 3
« Previous |
Revision 3/5
(diff)
| Next »
Per Amundsen, 03/08/2017 09:26 PM
Added in 2.8
$boldify
Returns $true if Options -> Messages -> Make certain part of messages bold is enabled, otherwise $false.
$boldify(text)
Returns text surrounded by bold character if Options -> Messages -> Make certain part of messages bold is enabled, otherwise returns the text.
Parameters
text - The text to boldify.
Example
//echo -ag $boldify(I am bold)
Updated by Per Amundsen over 7 years ago · 3 revisions