diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-04-07 23:27:49 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-04-07 23:27:49 +0000 |
commit | a7c40c145f5be6c7c99752bb0af93c0735971694 (patch) | |
tree | 416eaba48661b3d06b30122c3e1460da662f043e /data/rbot/plugins/url.rb | |
parent | ab18d5d5d98b360c5269dbcf4c55a1876fd6f3ec (diff) |
plugins: remove excess requires and Net::HTTP.version setups
Diffstat (limited to 'data/rbot/plugins/url.rb')
-rw-r--r-- | data/rbot/plugins/url.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/data/rbot/plugins/url.rb b/data/rbot/plugins/url.rb index 36401604..d1c9b6bb 100644 --- a/data/rbot/plugins/url.rb +++ b/data/rbot/plugins/url.rb @@ -1,5 +1,3 @@ -require 'uri' - Url = Struct.new("Url", :channel, :nick, :time, :url) TITLE_RE = /<\s*?title\s*?>(.+?)<\s*?\/title\s*?>/im LINK_INFO = "[Link Info]" |