diff options
| author | Jules <jules@asdf.us> | 2015-05-22 23:32:43 -0400 |
|---|---|---|
| committer | Jules <jules@asdf.us> | 2015-05-22 23:32:43 -0400 |
| commit | 92fd47231f660f8b0a9beafa95c7c69141af3768 (patch) | |
| tree | 24c4041d8af5f0c2fc80654afc2a6ae3f1f6c0fb | |
| parent | 136f49308d546542c555c549d4eae72e80b36d8c (diff) | |
percent-b
| -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 ee80381..bafe35a 100644 --- a/js/matrix.js +++ b/js/matrix.js @@ -247,5 +247,5 @@ Matrix.prototype.irssi = function(){ escaped_txt += txt[i] } } - return '/exec -out printf "' + escaped_txt + '"\n' + return '/exec -out printf "%b" "' + escaped_txt + '"\n' } |
