X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=blobdiff_plain;ds=sidebyside;f=ircnotify;h=54b8bde539f1b9f874eb072ab773a3a1ada48f97;hb=8105d76bb8bebb15b5fc77989c105b6e82d83b35;hp=c1684b468614b78687431457ba1acdb660b93b1a;hpb=048aac6382a1cd35c048734907a51e3be5727e42;p=bin.git diff --git a/ircnotify b/ircnotify index c1684b4..54b8bde 100755 --- 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