summaryrefslogtreecommitdiff
path: root/lib/rbot/auth.rb
diff options
context:
space:
mode:
authorTom Gilbert <tom@linuxbrit.co.uk>2005-08-02 15:28:36 +0000
committerTom Gilbert <tom@linuxbrit.co.uk>2005-08-02 15:28:36 +0000
commit5940baa7fb81196925d692d4e4fe6d6cab73d1ed (patch)
tree787348f8d4739d0c46b94a60494ddafdf5929618 /lib/rbot/auth.rb
parentca1105be02e1baf867eaeb2c56049f87d8a9ecd3 (diff)
* Fixed the new http.proxy* settings, they work!
* Fixed a bug with auth-checking for the config module * misc tweaks
Diffstat (limited to 'lib/rbot/auth.rb')
-rw-r--r--lib/rbot/auth.rb3
1 files changed, 2 insertions, 1 deletions
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