From 7b6ca8080e60c9fcaef5c19b85644e2409e9c002 Mon Sep 17 00:00:00 2001 From: Dmitry Kim Date: Sun, 8 Apr 2007 09:51:43 +0000 Subject: [PATCH] * (plugins/tube) no need to require rexml or uri/common --- data/rbot/plugins/tube.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/data/rbot/plugins/tube.rb b/data/rbot/plugins/tube.rb index 16562274..4e6e60e0 100644 --- a/data/rbot/plugins/tube.rb +++ b/data/rbot/plugins/tube.rb @@ -1,9 +1,6 @@ #Tube Status Enquiry plugin for rbot #Plugin by Colm Linehan -require 'rexml/document' -require 'uri/common' - class TubePlugin < Plugin include REXML def help(plugin, topic="") -- 2.39.5