diff options
| author | Julie Lala <jules@okfoc.us> | 2015-05-23 23:20:50 +0200 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2015-05-23 23:20:50 +0200 |
| commit | 36c7df9c9c680d6b6639654e0a28a435e48facf5 (patch) | |
| tree | da5b788c2aa14ba4aed88d80687dde2bed14cbed /js/matrix.js | |
| parent | 1522cf9fd4e6e64b0e4eb3f47ddc5c6486bc051b (diff) | |
test2
Diffstat (limited to 'js/matrix.js')
| -rw-r--r-- | js/matrix.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/matrix.js b/js/matrix.js index bafe35a..9f89643 100644 --- a/js/matrix.js +++ b/js/matrix.js @@ -217,7 +217,7 @@ Matrix.prototype.mirc = function () { } Matrix.prototype.irssi = function(){ var txt = this.mirc() - .replace(/\%/g, '%%') + // .replace(/\%/g, '%%') .replace(/\\/g, '\\x5C') .replace(/\"/g, '\\\"') .replace(/\'/g, '\\\'') @@ -247,5 +247,5 @@ Matrix.prototype.irssi = function(){ escaped_txt += txt[i] } } - return '/exec -out printf "%b" "' + escaped_txt + '"\n' + return "/exec -out printf '%b' '" + escaped_txt + "'\n" } |
