summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorroot <root@shack.(none)>2010-05-08 02:57:21 +0200
committerroot <root@shack.(none)>2010-05-08 02:57:21 +0200
commit758be77cd81c4d9f44eae1506e5dc929df4daa3b (patch)
treed9c72b53da4ad6d16b52fde4ae9cfb8cccf64b48 /modules
parente140034c2e1841857a4978e861c943b757ac712c (diff)
wall: use /echo instead the (now dead) /msg
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/wall2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/wall b/modules/wall
index 7c32d01d..c73744ea 100755
--- a/modules/wall
+++ b/modules/wall
@@ -3,6 +3,6 @@ case "$1" in
(--help) : ;;
(?*)
for linefeed in /tmp/noise/*/linefeed ; do
- echo /msg "$*" >$linefeed
+ echo /echo "$*" >$linefeed
done
esac