From b53b5ba18f35014570af5696e6e9794be84655b7 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Thu, 13 Dec 2007 10:48:13 +0000 Subject: auth: adjust some permissions --- lib/rbot/core/auth.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/rbot/core/auth.rb b/lib/rbot/core/auth.rb index 175d2153..f6f4a125 100644 --- a/lib/rbot/core/auth.rb +++ b/lib/rbot/core/auth.rb @@ -954,14 +954,15 @@ auth.map "permissions set *args", auth.map "permissions reset *args", :action => 'auth_edit_perm', - :auth_path => ':edit::reset:' + :auth_path => ':edit::set:' auth.map "permissions view [for :user]", :action => 'auth_view_perm', :auth_path => '::' auth.map "permissions search *pattern", - :action => 'auth_search_perm' + :action => 'auth_search_perm', + :auth_path => '::' auth.default_auth('*', false) -- cgit v1.2.3