summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/autorejoin.rb
diff options
context:
space:
mode:
Diffstat (limited to 'data/rbot/plugins/autorejoin.rb')
-rw-r--r--data/rbot/plugins/autorejoin.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/autorejoin.rb b/data/rbot/plugins/autorejoin.rb
index fde8827c..14a2f29c 100644
--- a/data/rbot/plugins/autorejoin.rb
+++ b/data/rbot/plugins/autorejoin.rb
@@ -1,5 +1,5 @@
class AutoRejoinPlugin < Plugin
- BotConfig.register BotConfigBooleanValue.new('rejoin.insult',
+ Config.register Config::BooleanValue.new('rejoin.insult',
:default => true,
:desc => "Determines if the bot will insult whoever kicked it, after rejoin")