]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/bash.rb
factoids plugin: 'facts about' searches whole words, 'facts search' uses regular...
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / bash.rb
index cb33a4d48353076c75c66a3d9610b0681fc5158c..0524204a4f2ef549fe7d06d6b0090647f2e341b8 100644 (file)
@@ -57,7 +57,7 @@ end
 
 class BashPlugin < Plugin
 
-  BotConfig.register BotConfigEnumValue.new('bash.access',
+  Config.register Config::EnumValue.new('bash.access',
     :values => ['xml', 'html'], :default => 'html',
     :desc => "Which method the bot should use to access bash.org quotes: xml files or standard webpages")