code/game/say.dm 
| ENCODE_HTML_EMPHASIS | Transforms the speech emphasis mods from /atom/movable/proc/say_emphasis into the appropriate HTML tags. Includes escaping. |
|---|---|
| /proc/default_encode_emphasis | Scans the input sentence for speech emphasis modifiers, notably |italics|, +bold+, and underline |
| /proc/get_radio_name | Returns the name of a radio channel. If it's in the free range, the name is the frequency with a period inserted. |
Define Details
ENCODE_HTML_EMPHASIS 
Transforms the speech emphasis mods from /atom/movable/proc/say_emphasis into the appropriate HTML tags. Includes escaping.