diff options
Diffstat (limited to 'modules/part')
-rwxr-xr-x | modules/part | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/part b/modules/part index beb95163..d35ac501 100755 --- a/modules/part +++ b/modules/part @@ -3,6 +3,11 @@ 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 [4m${*-no reason}[m" > $NOISE_linefeed + echo /set default_command espeak >$NOISE_linefeed echo "[32mdisabled chat mode (set back to espeak)[m" ;; |