summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarDoug Freed <dwfreed@mtu.edu>2015-12-19 23:00:11 +0400
committerLibravatarDoug Freed <dwfreed@mtu.edu>2015-12-19 23:00:11 +0400
commite052f5f45a96b9bf5ad4cea10a0533b724cc3a19 (patch)
tree6bfcf74db61c4190301801c2c322cca154f1a8ae
parented53ab7178841862af88f05fafe56a7b8504d527 (diff)
Set monitor=yes and silence=no by default for new channels
-rw-r--r--config-default/commands.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-default/commands.xml b/config-default/commands.xml
index 77f4a77..463b2e6 100644
--- a/config-default/commands.xml
+++ b/config-default/commands.xml
@@ -508,7 +508,7 @@
<![CDATA[
my $chan = lc $1;
unless (defined($::channels->{channel}->{$chan})) {
- $::channels->{channel}->{$chan} = { };
+ $::channels->{channel}->{$chan} = { monitor => "yes", silence => "no" };
ASM::XML->writeChannels();
}
$conn->join($chan);