summaryrefslogtreecommitdiffstats
path: root/modules/atwall
diff options
context:
space:
mode:
Diffstat (limited to 'modules/atwall')
-rwxr-xr-xmodules/atwall11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/atwall b/modules/atwall
new file mode 100755
index 00000000..66fca5e6
--- /dev/null
+++ b/modules/atwall
@@ -0,0 +1,11 @@
+#! /bin/sh
+
+case "$1" in
+ (--help) echo send text to everyone with @@ prepended ;;
+ (q)
+ echo quit chat mode
+ echo /set default_command espeak >$NOISE_linefeed;;
+
+ (*)
+ echo /wall @@ $* >$NOISE_linefeed
+esac