summaryrefslogtreecommitdiffstats
path: root/config-default/commands.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config-default/commands.xml')
-rw-r--r--config-default/commands.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-default/commands.xml b/config-default/commands.xml
index 78d35c6..56db997 100644
--- a/config-default/commands.xml
+++ b/config-default/commands.xml
@@ -143,7 +143,7 @@
$conn->privmsg($event->{to}->[0], "$nick removed from targets for $chan");
]]>
</command>
- <command cmd="^;showhilights (\S+)$" flag="h">
+ <command cmd="^;showhilights (\S+) *$" flag="h">
<![CDATA[
my $nick = lc $1;
my @channels = ();
@@ -213,7 +213,7 @@
<![CDATA[
my $chan = $1;
unless (defined($::channels->{channel}->{$chan})) {
- $::channels->{channel}->{$chan} = { 'op' => 'no' };
+ $::channels->{channel}->{$chan} = { };
ASM::XML->writeChannels();
}
$conn->join($chan);