diff options
Diffstat (limited to 'modules/wall')
-rwxr-xr-x | modules/wall | 2 |
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 |