summaryrefslogtreecommitdiff
path: root/lib/rbot/httputil.rb
diff options
context:
space:
mode:
authorTom Gilbert <tom@linuxbrit.co.uk>2005-07-31 01:21:02 +0000
committerTom Gilbert <tom@linuxbrit.co.uk>2005-07-31 01:21:02 +0000
commitadb719c8e886fead559802bfce868ddfce001a80 (patch)
treeb9b45ad201f3fa48cd7b5432195d0b62849f19cb /lib/rbot/httputil.rb
parentd30940cb5ff75cf7eab81f6a588b3b5297a762ad (diff)
Sun Jul 31 02:20:08 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>
* Updated docgen to generate rdoc again with the new repo structure * added new restart command to the core bot, quits irc and reexecs the bot, to pick up new code/libraries etc.
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