Update ircnotify.sh #1

Merged
neclimdul merged 1 commits from patch-1 into master 2013-05-30 14:27:57 -04:00

View File

@ -10,6 +10,9 @@ notify()
fi
}
# Avoid spawning script twice.
ps aux | grep ircnotify.sh | grep -v grep | grep -v $$ && exit
(ssh irc.walkah.net -o PermitLocalCommand=no \
": > .irssi/fnotify ; tail -f .irssi/fnotify " | \
while read heading message; do \