diff options
Diffstat (limited to 'lib/rbot')
-rw-r--r-- | lib/rbot/core/auth.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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',
|