]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/dict.rb
* (plugins/ri) acknoledge the '!ri tell (whom)' command
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / dict.rb
index d486e97b3c3c292b90530afbc785ce8907b238d7..ef162215ef4ee5044363ba24ce4b11139d775832 100644 (file)
@@ -18,8 +18,6 @@
 #\r
 # TODO: cache results and reuse them if get_cached returns a cache copy\r
 \r
-require 'uri'\r
-\r
 DEMAURO_LEMMA = /<anchor>(.*?)(?: - (.*?))<go href="lemma.php\?ID=(\d+)"\/><\/anchor>/\r
 \r
 class DictPlugin < Plugin\r