diff options
author | shackspace e.V <shack@shack.(none)> | 2010-05-06 22:47:45 +0200 |
---|---|---|
committer | shackspace e.V <shack@shack.(none)> | 2010-05-06 22:47:45 +0200 |
commit | 47361ddde830e7ce4653d33d380e4d66bed9c1b4 (patch) | |
tree | 4c4a82684089aea8dff860a70e43eec01febbfb9 | |
parent | f199aff05248164cc49391de2e9785416e9902fb (diff) |
fixed join (atwall)
-rwxr-xr-x | modules/join | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/join b/modules/join index 0e0bec2a..2705abac 100755 --- a/modules/join +++ b/modules/join @@ -3,7 +3,7 @@ case "$1" in (--help) echo set default_command to chat and join channel ;; (*) - echo /set default_command atwall >$NOISE_linefeed + echo /set default_command chat >$NOISE_linefeed echo /set chat_channel $1 >$NOISE_linefeed echo "[32mjoined channel $1[m" echo /part off to go back to espeak ;; |