From e4ba96db9bd2c62e13cd1cef31a2aab88b839a1f Mon Sep 17 00:00:00 2001 From: Chris Gahan Date: Sat, 28 Jan 2006 07:49:19 +0000 Subject: Whoops! I renamed the config setting in one place and not another... --- data/rbot/plugins/url.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/rbot') diff --git a/data/rbot/plugins/url.rb b/data/rbot/plugins/url.rb index 78f89305..f46cb205 100644 --- a/data/rbot/plugins/url.rb +++ b/data/rbot/plugins/url.rb @@ -83,7 +83,7 @@ class UrlPlugin < Plugin urlstr = $1 list = @registry[m.target] - if @bot.config['url.say_titles'] + if @bot.config['url.display_link_info'] debug "Getting title for #{urlstr}..." title = get_title_for_url urlstr if title -- cgit v1.2.3