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/wserver.rb | |
parent | ab18d5d5d98b360c5269dbcf4c55a1876fd6f3ec (diff) |
plugins: remove excess requires and Net::HTTP.version setups
Diffstat (limited to 'data/rbot/plugins/wserver.rb')
-rw-r--r-- | data/rbot/plugins/wserver.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/data/rbot/plugins/wserver.rb b/data/rbot/plugins/wserver.rb index fdb4207d..a888ad0c 100644 --- a/data/rbot/plugins/wserver.rb +++ b/data/rbot/plugins/wserver.rb @@ -1,7 +1,3 @@ -require 'net/http' -require 'uri' -Net::HTTP.version_1_2 - class WserverPlugin < Plugin def help(plugin, topic="") "wserver <uri> => try and determine what webserver <uri> is using" |