summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmodules/join2
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 "joined channel $1"
echo /part off to go back to espeak ;;