#!/bin/sh if [ "$BUFFER" = "$SENDER" ] then notify "IRC: ${SENDER}" else notify "IRC: [${BUFFER}] ${SENDER}" fi