]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/urban.rb
made the time plugin have more pretty output, show real timezone abbr. instead of...
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / urban.rb
index 5aae26c6d47cc10566c7a9fc5eb50f1fc387ad6b..98066e60077fae7e87e26e96cbcad68751f452c8 100644 (file)
@@ -32,7 +32,7 @@ class UrbanPlugin < Plugin
 
     total ||= rv.size
 
-    return m.reply "#{Bold}#{word}#{Bold} not found" if rv.empty?
+    return m.reply("#{Bold}#{word}#{Bold} not found") if rv.empty?
 
     if notfound
       suggestions = rv.map { |s| Underline + s[1] + Underline }.uniq.join ', '