diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-04-08 09:54:27 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-04-08 09:54:27 +0000 |
commit | 68ec8db1b2a05eb033346bf7c3247a52fa1bf4b6 (patch) | |
tree | c88967c681f1dd411785404b1af2a8c2e122a09d | |
parent | 7b6ca8080e60c9fcaef5c19b85644e2409e9c002 (diff) |
tube plugin: don't include REXML
-rw-r--r-- | data/rbot/plugins/tube.rb | 1 |
1 files changed, 0 insertions, 1 deletions
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 |