From 9b7b22d2e16376edc6049a81cd8ad00243f1dbd9 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sat, 9 May 2009 07:23:56 +0000 Subject: [PATCH] support .noircnotify/--force --- ircnotify | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.30.2