From cc7314993b00d4f94c5837f36a4854ba6420350e Mon Sep 17 00:00:00 2001 From: "shackspace e.V" Date: Fri, 7 May 2010 04:27:16 +0200 Subject: telling the others who parted --- modules/part | 5 +++++ 1 file changed, 5 insertions(+) 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 ${*-no reason}" > $NOISE_linefeed + echo /set default_command espeak >$NOISE_linefeed echo "disabled chat mode (set back to espeak)" ;; -- cgit v1.2.3