summaryrefslogtreecommitdiff
path: root/lib/rbot/httputil.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbot/httputil.rb')
-rw-r--r--lib/rbot/httputil.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/rbot/httputil.rb b/lib/rbot/httputil.rb
index b49a42b1..c6f51d8e 100644
--- a/lib/rbot/httputil.rb
+++ b/lib/rbot/httputil.rb
@@ -1,4 +1,5 @@
module Irc
+module Utils
require 'resolv'
require 'net/http'
@@ -135,5 +136,5 @@ class HttpUtil
return nil
end
end
-
+end
end