diff options
-rwxr-xr-x | bin/email2irc.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/email2irc.sh b/bin/email2irc.sh index 605372d4..922cc202 100755 --- a/bin/email2irc.sh +++ b/bin/email2irc.sh @@ -126,6 +126,7 @@ if [ "$VALID_MAIL" = "true" ] ; then MESSAGE="$(echo $MESSAGE | sed -s 's# See # #') " MESSAGE="$(echo $MESSAGE | sed -s 's#Changes:##') " MESSAGE="$(echo $MESSAGE | sed -s 's#/console$##') " + MESSAGE="$(echo $MESSAGE | sed -s 's#/changes$##') " # log message echo "Notified #$CHANNEL with $MESSAGE" >> $LOGFILE # notify kgb |