summaryrefslogtreecommitdiffstats
path: root/modules/chat
blob: 66fca5e69eca8a92d6bfe794bf2c32fb6491de10 (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

case "$1" in
  (--help) echo send text to everyone with @@ prepended ;;
  (q)
    echo quit chat mode
    echo /set default_command espeak >$NOISE_linefeed;;

  (*)    
    echo /wall @@ $* >$NOISE_linefeed
esac