aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-06-04 05:58:38 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-06-04 05:58:38 +0000
commitf3d89d231436d2ea97a76a15bf2479e2a7e0b96a (patch)
treed4155fe512ec8a6f7f3dee0db28c45d3a83e92b8
parentUse m.replyto instead of m.channel so that users can have their own defaults. (diff)
downloadrbot-bugzilla-f3d89d231436d2ea97a76a15bf2479e2a7e0b96a.tar.gz
rbot-bugzilla-f3d89d231436d2ea97a76a15bf2479e2a7e0b96a.tar.bz2
rbot-bugzilla-f3d89d231436d2ea97a76a15bf2479e2a7e0b96a.zip
Allow unset of defaults for users.
-rw-r--r--bugzilla.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bugzilla.rb b/bugzilla.rb
index 7bf1ade..f4cc73c 100644
--- a/bugzilla.rb
+++ b/bugzilla.rb
@@ -790,7 +790,7 @@ plugin.map 'zilla default set :channel :zilla :eavesdrop',
plugin.map 'zilla default unset :channel',
:action => 'channel_defaults_unset',
:requirements => {
- :channel => /^#[^ ]+$/
+ :channel => /^[^ ]+$/
},
:auth_path => 'modify'