summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarWilliam Heimbigner <william.heimbigner@gmail.com>2014-04-23 22:34:59 +0400
committerLibravatarWilliam Heimbigner <william.heimbigner@gmail.com>2014-04-23 22:34:59 +0400
commit8704a742cf217beff1557a3bcdd9e6a15742dcc7 (patch)
treeef3fd9b37f1789fdc993da4c7374ad8843ed2d8f
parentd2b51df67c1a278f59963a2b18ac09295793b0ce (diff)
Changed the restrict command to require flag a instead of o
-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 7133da6..0decc02 100644
--- a/config-default/commands.xml
+++ b/config-default/commands.xml
@@ -488,7 +488,7 @@
$conn->me($event->replyto, $1);
]]>
</command>
- <command cmd="^;restrict (nick|account|host) (\S+) (\+|-)([a-z]+)$" flag="o">
+ <command cmd="^;restrict (nick|account|host) (\S+) (\+|-)([a-z]+)$" flag="a">
<![CDATA[
my ($type, $who, $mode, $restriction) = ($1, lc $2, $3, $4);
if ($mode eq '-') {