diff options
Diffstat (limited to 'lib')
-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 9c90d9ac..f01af87e 100644 --- a/lib/rbot/core/auth.rb +++ b/lib/rbot/core/auth.rb @@ -89,7 +89,7 @@ class AuthModule < CoreBotModule splits = params[:args]
has_for = splits[-2] == "for"
- return usage unless has_for
+ return usage(m) unless has_for
begin
user = @bot.auth.get_botuser(splits[-1].sub(/^all$/,"everyone"))
|