summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/matrix.js2
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, '\\\`')