summaryrefslogtreecommitdiffstats
path: root/modules/wall
diff options
context:
space:
mode:
Diffstat (limited to 'modules/wall')
-rwxr-xr-xmodules/wall5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/wall b/modules/wall
index fa7618fe..7c32d01d 100755
--- a/modules/wall
+++ b/modules/wall
@@ -2,8 +2,7 @@
case "$1" in
(--help) : ;;
(?*)
- for client in /tmp/noise-client-* ; do
- #echo /msg "$*`printf '\a'`" >$client
- echo /msg "$*" >$client
+ for linefeed in /tmp/noise/*/linefeed ; do
+ echo /msg "$*" >$linefeed
done
esac