From c1f310f7bd6889a3bea6f921c60a22b2f4e0c443 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 1 May 2008 20:28:25 +0000 Subject: [PATCH] fix backslash handling --- irssi-notify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irssi-notify b/irssi-notify index 9a9aac2..a9b6071 100755 --- a/irssi-notify +++ b/irssi-notify @@ -5,7 +5,7 @@ set -e # http://thorstenl.blogspot.com/2007/01/thls-irssi-notification-script.html ssh -n riva irssi-notify-server | \ - sed -u 's/&/\&/g; s//\>/g' | \ + sed -u 's/&/\&/g; s//\>/g; s/\\/\\\\/g' | \ while read heading message; do case $heading in .) -- 2.30.2