summaryrefslogtreecommitdiffstats
path: root/modules/atwall
diff options
context:
space:
mode:
authorshackspace e.V <shack@shack.(none)>2010-05-06 22:36:57 +0200
committershackspace e.V <shack@shack.(none)>2010-05-06 22:37:51 +0200
commitde52c85164a0f98dee94d62b824dd2360cd77d54 (patch)
treee8d7de66802d66a2b42df3a19d988335ae433227 /modules/atwall
parent1849640f86e84440c4920018fb9be6f5bff5bfc8 (diff)
initial commit number two
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