summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshackspace e.V <shack@shack.(none)>2010-05-07 04:27:16 +0200
committershackspace e.V <shack@shack.(none)>2010-05-07 04:27:16 +0200
commitcc7314993b00d4f94c5837f36a4854ba6420350e (patch)
tree72d08c58beb71e9b34d7c7f7e6e8c1db07deb79c
parentf77ad7ef9f1ebb63716a754315e878aabe2eee62 (diff)
telling the others who parted
-rwxr-xr-xmodules/part5
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 ${*-no reason}" > $NOISE_linefeed
+
echo /set default_command espeak >$NOISE_linefeed
echo "disabled chat mode (set back to espeak)" ;;