summaryrefslogtreecommitdiffstats
path: root/.graveyard/noise/modules/part
blob: d35ac501991e427fdf6c87f5e43838bb9e32fcae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /bin/sh

case "$1" in
  (--help) echo leave chat mode ;;
  (*)
    . /tmp/noise/$NOISE_pid/environment
    nick="${chat_nick-$NOISE_pid}" 
    
    echo "/send_to_channel $chat_channel $nick has quit ${*-no reason}" > $NOISE_linefeed   

    echo /set default_command espeak >$NOISE_linefeed
    echo "disabled chat mode (set back to espeak)" ;;


esac