From 2f53af1d9fd7f6c364a3fc91e0548020b30701f3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 20 Feb 2017 14:40:41 +0100 Subject: hide some magic Signed-off-by: Holger Levsen --- bin/email2irc.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/email2irc.sh') diff --git a/bin/email2irc.sh b/bin/email2irc.sh index 922cc202..cf7f51e8 100755 --- a/bin/email2irc.sh +++ b/bin/email2irc.sh @@ -127,6 +127,7 @@ if [ "$VALID_MAIL" = "true" ] ; then MESSAGE="$(echo $MESSAGE | sed -s 's#Changes:##') " MESSAGE="$(echo $MESSAGE | sed -s 's#/console$##') " MESSAGE="$(echo $MESSAGE | sed -s 's#/changes$##') " + MESSAGE="$(echo $MESSAGE | sed -s 's#display/redirect$##') " # log message echo "Notified #$CHANNEL with $MESSAGE" >> $LOGFILE # notify kgb -- cgit v1.2.3-54-g00ecf