From 8020192562fbdd963ad08cb68165c382e6fcadfd Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Tue, 11 Dec 2007 22:08:29 +0000 Subject: auth: user tell should be in the 'manage' auth path, and thus forbidden by default --- lib/rbot/core/auth.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/rbot/core/auth.rb b/lib/rbot/core/auth.rb index 051b374b..b9a39767 100644 --- a/lib/rbot/core/auth.rb +++ b/lib/rbot/core/auth.rb @@ -889,7 +889,7 @@ auth.default_auth("user::manage::meet::hello", true) auth.map "user tell :user the password for :botuser", :action => 'auth_tell_password', - :auth_path => '::' + :auth_path => ':manage:' auth.map "user list", :action => 'auth_list_users', -- cgit v1.2.3