summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/remind.rb
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-02-06 11:27:38 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-02-06 11:27:38 +0000
commite935773b3e115d2d33e6d32f488578c650428ed2 (patch)
treea0041515250b3ae35864d01d0469246c001e88e5 /data/rbot/plugins/remind.rb
parent15dc6104fe577661a103ad2e66996f7ced61d155 (diff)
Create an utils subdir in core, which will store all utility files that can be reloaded without quitting the bot, and move httputil and utils to it
Diffstat (limited to 'data/rbot/plugins/remind.rb')
-rw-r--r--data/rbot/plugins/remind.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/data/rbot/plugins/remind.rb b/data/rbot/plugins/remind.rb
index 0c0841f6..ca695a49 100644
--- a/data/rbot/plugins/remind.rb
+++ b/data/rbot/plugins/remind.rb
@@ -1,5 +1,3 @@
-require 'rbot/utils'
-
class RemindPlugin < Plugin
# read a time in string format, turn it into "seconds from now".
# example formats handled are "5 minutes", "2 days", "five hours",