diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-12-01 19:29:21 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-12-01 19:29:21 -0500 |
| commit | 54ca5fc7768b707394c3535b1415a6eb15533171 (patch) | |
| tree | 0a13ee753412a5f41c26ac4b9d5191d8fec584cd /js/matrix.js | |
| parent | edc78f8ebc58f147fb9f0183e5e06e771d395a9a (diff) | |
slashes
Diffstat (limited to 'js/matrix.js')
| -rw-r--r-- | js/matrix.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/matrix.js b/js/matrix.js index d5f4f5c..ccd90b2 100644 --- a/js/matrix.js +++ b/js/matrix.js @@ -116,7 +116,7 @@ Matrix.prototype.mirc = function () { Matrix.prototype.irssi = function(){ var txt = this.mirc() .replace(/\%/g, '%%') - .replace(/\\/g, '\\') + .replace(/\\/g, '\\\\') .replace(/\"/g, '\\\"') .replace(/\'/g, '\\\'') .replace(/\`/g, '\\\`') |
