diff options
author | shackspace e.V <shack@shack.(none)> | 2010-05-06 22:36:57 +0200 |
---|---|---|
committer | shackspace e.V <shack@shack.(none)> | 2010-05-06 22:37:51 +0200 |
commit | de52c85164a0f98dee94d62b824dd2360cd77d54 (patch) | |
tree | e8d7de66802d66a2b42df3a19d988335ae433227 /modules/atwall | |
parent | 1849640f86e84440c4920018fb9be6f5bff5bfc8 (diff) |
initial commit number two
Diffstat (limited to 'modules/atwall')
-rwxr-xr-x | modules/atwall | 11 |
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 [33m@@[m $* >$NOISE_linefeed +esac |