From ec1283c068d81d5d5abb153b5dac00655d854a00 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Mon, 2 Oct 2006 08:56:58 +0000 Subject: Usage wants a parameter --- lib/rbot/core/auth.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) -- cgit v1.2.3