From 68ec8db1b2a05eb033346bf7c3247a52fa1bf4b6 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Sun, 8 Apr 2007 09:54:27 +0000 Subject: [PATCH] tube plugin: don't include REXML --- data/rbot/plugins/tube.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/data/rbot/plugins/tube.rb b/data/rbot/plugins/tube.rb index 4e6e60e0..13805502 100644 --- a/data/rbot/plugins/tube.rb +++ b/data/rbot/plugins/tube.rb @@ -2,7 +2,6 @@ #Plugin by Colm Linehan class TubePlugin < Plugin - include REXML def help(plugin, topic="") "tube [district|circle|metropolitan|central|jubilee|bakerloo|waterlooandcity|hammersmithandcity|victoria|eastlondon|northern|piccadilly] => display tube service status for the specified line(Docklands Light Railway is not currently supported)" # , tube stations => list tube stations (not lines) with problems" end -- 2.39.5