Merge pull request #1 from neclimdul/patch-1

Update ircnotify.sh
This commit is contained in:
James Walker 2013-05-30 11:27:57 -07:00
commit 42d7d436ae

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 \