dotfiles - Personal dotfiles
ssh://anon@thyssentishman.com/dotfiles
Log | Files | Refs | Feed | Contribute | README

highlight (115B) (RAW)


      1 #!/bin/sh
      2 
      3 if [ "$BUFFER" = "$SENDER" ]
      4 then
      5 	notify "IRC: ${SENDER}"
      6 else
      7 	notify "IRC: [${BUFFER}] ${SENDER}"
      8 fi