]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/imdb.rb
fix minor warnings from figlet and imdb plugins
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / imdb.rb
index a70b2b3b626d3bf798edcd761ca55d538eb311ac..78060142a89dba2d74a61370ad2188bf79ba92f2 100644 (file)
@@ -420,7 +420,7 @@ class ImdbPlugin < Plugin
       end
     end
     if info.length == 1
-      m.reply Utils.decode_html_entities info.first.join("\n")
+      m.reply Utils.decode_html_entities(info.first.join("\n"))
     else
       m.reply info.map { |si|
         Utils.decode_html_entities si.join(" | ")