summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/chanserv.rb
diff options
context:
space:
mode:
Diffstat (limited to 'data/rbot/plugins/chanserv.rb')
-rw-r--r--data/rbot/plugins/chanserv.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/chanserv.rb b/data/rbot/plugins/chanserv.rb
index c3e99207..7dcd1f3f 100644
--- a/data/rbot/plugins/chanserv.rb
+++ b/data/rbot/plugins/chanserv.rb
@@ -15,7 +15,7 @@
class ChanServPlugin < Plugin
- BotConfig.register BotConfigStringValue.new('chanserv.name',
+ Config.register Config::StringValue.new('chanserv.name',
:default => "chanserv", :requires_restart => false,
:desc => "Name of the chan server (all lowercase)")