X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?p=bin.git;a=blobdiff_plain;f=ircnotify;h=54b8bde539f1b9f874eb072ab773a3a1ada48f97;hp=c1684b468614b78687431457ba1acdb660b93b1a;hb=8105d76bb8bebb15b5fc77989c105b6e82d83b35;hpb=88c7e302a60194f68bc1b6d20c1547b62e1436d3 diff --git a/ircnotify b/ircnotify old mode 100644 new mode 100755 index c1684b4..54b8bde --- a/ircnotify +++ b/ircnotify @@ -1,3 +1,6 @@ #! /bin/sh +if [ -f ~/.noircnotify ] && [ "$1" != --force ]; then + exit 0 +fi export IRCSERVER=excalibur.esper.net xargs -n 1 ircwhois < ~/.ircnotify