summaryrefslogtreecommitdiffstats
path: root/modules/wall
diff options
context:
space:
mode:
authorroot <root@shack.(none)>2010-05-07 02:24:01 +0200
committerroot <root@shack.(none)>2010-05-07 02:24:01 +0200
commitb9a22654b96cf5a32f227ef6991ea81176cacb50 (patch)
tree0cfe03bd2ab9e5238e500a8c7422a86555156470 /modules/wall
parent81344217c8a54e46d7cfc38466303d046e08e77f (diff)
noise: use folders for connected clients
Additionally export $NOISE_pid to modules.
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