diff options
Diffstat (limited to 'js/lex.js')
| -rw-r--r-- | js/lex.js | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -34,6 +34,9 @@ Lex.prototype.sanitize = function(){ var fgOnly = false Lex.prototype.mirc = function(){ var char = this.char || " " + if (parseInt(char)) { + char = "\x02\x02" + char + } if (fgOnly) { return "\x03" + (this.fg&15) + char } |
