]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/imdb.rb
Add 'google' as a synonym for search
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / imdb.rb
index 759e380c091d43a2d8496af53c420046f4ab97ae..432d0efc47ea4d87f537f6d431a9f3abb7073e0a 100644 (file)
@@ -39,7 +39,7 @@ class Imdb
   def info(rawstr)
     sr = search(rawstr)
     if !sr
-      puts "IMDB : search returned NIL"
+      debug "IMDB: search returned NIL"
       return nil
     end
     resp, data = @http.get(sr, "User-Agent" =>