X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=data%2Frbot%2Fplugins%2Fimdb.rb;h=0a878c7516f8e112506bdc817ffd3958b1097cac;hb=27cb79be57f9377d8c13dab2d7d0776e80dfd115;hp=2fde6cb1e1e77ab9621966104d4b224d60c815e9;hpb=fdf1bc954352f19818f5f9f1c86643a2f8ef40c6;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/data/rbot/plugins/imdb.rb b/data/rbot/plugins/imdb.rb index 2fde6cb1..0a878c75 100644 --- a/data/rbot/plugins/imdb.rb +++ b/data/rbot/plugins/imdb.rb @@ -206,7 +206,7 @@ class Imdb name = m[1] info << "#{name}" - info << " : http://www.imdb.com#{sr}" unless opts[:nourl] + info.last << " : http://www.imdb.com#{sr}" unless opts[:nourl] return info if opts[:name_only]