diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-02-06 11:27:38 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-02-06 11:27:38 +0000 |
commit | e935773b3e115d2d33e6d32f488578c650428ed2 (patch) | |
tree | a0041515250b3ae35864d01d0469246c001e88e5 /data | |
parent | 15dc6104fe577661a103ad2e66996f7ced61d155 (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')
-rw-r--r-- | data/rbot/plugins/remind.rb | 2 |
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", |