diff options
author | anekos | 2011-03-26 02:00:04 +0900 |
---|---|---|
committer | anekos | 2011-03-26 02:00:04 +0900 |
commit | 45c17c90e18bac88b0f6eca3c1317cbdd5384dcd (patch) | |
tree | 3c5e718ec115450c6140769e901a385523ffa8e8 | |
parent | 708a41faeb71f84ab955fe8088b0a75635b10d5b (diff) | |
download | vimperator-plugins-45c17c90e18bac88b0f6eca3c1317cbdd5384dcd.tar.bz2 |
nyaaaps
-rw-r--r-- | twittperator/sstp.tw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twittperator/sstp.tw b/twittperator/sstp.tw index b39eaac..63bc392 100644 --- a/twittperator/sstp.tw +++ b/twittperator/sstp.tw @@ -60,7 +60,7 @@ let INFO = let conv = Cc['@mozilla.org/intl/converter-output-stream;1']. createInstance(Ci.nsIConverterOutputStream); - msg = msg.replace(/\\/g, "\\\\").msg.replace(/[\r\n]+/g, "\\n"); + msg = msg.replace(/\\/g, "\\\\").replace(/[\r\n]+/g, "\\n"); let buf = [ "SEND SSTP/1.1", |