diff options
-rwxr-xr-x | bin/email2irc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/email2irc.sh b/bin/email2irc.sh index 2a9bfe7f..ec7b1190 100755 --- a/bin/email2irc.sh +++ b/bin/email2irc.sh @@ -128,7 +128,7 @@ if [ "$VALID_MAIL" = "true" ] ; then MESSAGE="$(echo $MESSAGE | sed -s 's#\?page=changes$##') " MESSAGE="$(echo $MESSAGE | sed -s 's#/console$##') " MESSAGE="$(echo $MESSAGE | sed -s 's#/changes$##') " - MESSAGE="$(echo $MESSAGE | sed -s 's#display/redirect$##') " + MESSAGE="$(echo $MESSAGE | sed -s 's#display/redirect\>$##') " # log message echo "Notified #$CHANNEL with $MESSAGE" >> $LOGFILE # notify kgb |