summaryrefslogtreecommitdiffstats
path: root/irssi_notify.sh
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-05-03 12:44:47 +0200
committerFlorian Pritz <f-p@gmx.at>2009-05-03 12:44:47 +0200
commit8f94b4f608721b2b4306b0f4d6383e2e24facb69 (patch)
treeb7a2a90e8883ad2d66ee80aafe09853a7414ab06 /irssi_notify.sh
parentee274798c749197ed216c0096e0061d8400f6bc1 (diff)
downloadbin-8f94b4f608721b2b4306b0f4d6383e2e24facb69.tar.gz
bin-8f94b4f608721b2b4306b0f4d6383e2e24facb69.tar.xz
space -> tab
Diffstat (limited to 'irssi_notify.sh')
-rwxr-xr-xirssi_notify.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/irssi_notify.sh b/irssi_notify.sh
index a53a56a..d59ba16 100755
--- a/irssi_notify.sh
+++ b/irssi_notify.sh
@@ -9,7 +9,7 @@ ssh mistral 'tail -f -n 0 ~/.irssi/fnotify' |
s%(#[a-zA-Z]+ )&lt;([^>]{0,10})&gt;%\1<b>\2</b> %g
s%(https?://[^ ]+\.[a-zA-Z]{1,3})%<a href=\"\1\">\1</a>%g;
s%([a-zA-Z0-9+_-]+@[^ ]+\.[a-zA-Z]{1,3})%<a href=\"mailto:\1\">\1</a>%g;" |
- while read heading message
+ while read heading message
do
ssh mistral 'echo "" > ~/.irssi/fnotify';
notify-send -t 5000 -- "${heading}" "${message}";