From e935773b3e115d2d33e6d32f488578c650428ed2 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Tue, 6 Feb 2007 11:27:38 +0000 Subject: 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 --- data/rbot/plugins/remind.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'data/rbot/plugins') 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", -- cgit v1.2.3