From 5940baa7fb81196925d692d4e4fe6d6cab73d1ed Mon Sep 17 00:00:00 2001 From: Tom Gilbert Date: Tue, 2 Aug 2005 15:28:36 +0000 Subject: * Fixed the new http.proxy* settings, they work! * Fixed a bug with auth-checking for the config module * misc tweaks --- lib/rbot/auth.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/rbot/auth.rb') diff --git a/lib/rbot/auth.rb b/lib/rbot/auth.rb index ae7199e1..cc11a5a2 100644 --- a/lib/rbot/auth.rb +++ b/lib/rbot/auth.rb @@ -20,7 +20,8 @@ module Irc # on hostmask and userlevel. class IrcAuth BotConfig.register BotConfigStringValue.new('auth.password', - :default => "Your password for maxing your auth with the bot (used to associate new hostmasks with your owner-status etc)") + :default => "rbotauth", :wizard => true, + :desc => "Your password for maxing your auth with the bot (used to associate new hostmasks with your owner-status etc)") # create a new IrcAuth instance. # bot:: associated bot class -- cgit v1.2.3