From 54ca5fc7768b707394c3535b1415a6eb15533171 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 1 Dec 2014 19:29:21 -0500 Subject: slashes --- js/matrix.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/matrix.js') 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, '\\\`') -- cgit v1.2.3-70-g09d2