summaryrefslogtreecommitdiffstats
path: root/lib/ASM/Commander.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ASM/Commander.pm')
-rw-r--r--lib/ASM/Commander.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ASM/Commander.pm b/lib/ASM/Commander.pm
index c4d7a00..df73589 100644
--- a/lib/ASM/Commander.pm
+++ b/lib/ASM/Commander.pm
@@ -859,7 +859,7 @@ sub cmd_join {
my $chan = lc $+{chan};
unless (defined($::channels->{channel}->{$chan})) {
- $::channels->{channel}->{$chan} = { monitor => "yes", silence => "no" };
+ $::channels->{channel}->{$chan} = { monitor => "yes", silence => "yes" };
ASM::Config->writeChannels();
}
$conn->join($chan);