diff options
author | Chris Gahan <chris@ill-logic.com> | 2006-01-28 07:49:19 +0000 |
---|---|---|
committer | Chris Gahan <chris@ill-logic.com> | 2006-01-28 07:49:19 +0000 |
commit | e4ba96db9bd2c62e13cd1cef31a2aab88b839a1f (patch) | |
tree | 2e1f55d2c2f325b25a54acc1579aa4e02dd83131 /data/rbot/plugins/url.rb | |
parent | 46cc000b3b9180cb9570a8b9afe1eaa31f622394 (diff) |
Whoops! I renamed the config setting in one place and not another...
Diffstat (limited to 'data/rbot/plugins/url.rb')
-rw-r--r-- | data/rbot/plugins/url.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |