]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/autoop.rb
grouphug plugin: help text simplification
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / autoop.rb
index 212da27bc9769da105e12cbccf951e3b4461f4c1..303e3d3ffc2545e867975bb6607305b73f79a544 100644 (file)
@@ -1,5 +1,5 @@
 class AutoOP < Plugin
-  BotConfig.register BotConfigBooleanValue.new('autoop.on_nick',
+  Config.register Config::BooleanValue.new('autoop.on_nick',
     :default => true,
     :desc => "Determines if the bot should auto-op when someone changes nick and the new nick matches a listed netmask")