#! /bin/sh case "$1" in (--help) echo set default_command to chat and join channel ;; (*) echo /set default_command chat >$NOISE_linefeed echo /set chat_channel $1 >$NOISE_linefeed echo "joined channel $1" echo /part off to go back to espeak ;; esac