diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-08-06 23:23:34 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-08-06 23:23:34 +0200 |
commit | 963283386a5772b089452f1524dc8307d00cdaa7 (patch) | |
tree | b93a1652ac8026512cd97b29ce7f74f811d77c33 /data/rbot | |
parent | 0573149576f0f05aeaf3d0b10011acf91d9099c3 (diff) |
qauth plugin: stricter default permissions on commands
Diffstat (limited to 'data/rbot')
-rw-r--r-- | data/rbot/plugins/quakeauth.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/rbot/plugins/quakeauth.rb b/data/rbot/plugins/quakeauth.rb index c7934d3d..67c5ef81 100644 --- a/data/rbot/plugins/quakeauth.rb +++ b/data/rbot/plugins/quakeauth.rb @@ -49,3 +49,5 @@ end plugin = QPlugin.new plugin.map 'qauth set :nick :passwd', :action => "set" plugin.map 'qauth identify', :action => "identify" + +plugin.default_auth('*', false) |