]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/fortune.rb
plugins/keywords: add method that was missing from commit 7cac523563de6473d2f93fd2d05 ...
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / fortune.rb
index 2845a8c8bcd0f398d8737e1d9d5d44cf60b0a8b5..adb6a839a656a0897387508d6792ed63792b222d 100644 (file)
@@ -4,7 +4,7 @@
 # :title: Fortune plugin
 
 class FortunePlugin < Plugin
-  BotConfig.register BotConfigStringValue.new('fortune.path',
+  Config.register Config::StringValue.new('fortune.path',
     :default => '',
     :desc => "Full path to the fortune executable")