]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/fortune.rb
mark translatable strings in nickserv.rb, po update
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / fortune.rb
index d258e9baa22f33e6d83b1765fddd014dd778d73e..adb6a839a656a0897387508d6792ed63792b222d 100644 (file)
@@ -1,5 +1,10 @@
+#-- vim:sw=2:et
+#++
+#
+# :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")