summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/urban.rb
diff options
context:
space:
mode:
Diffstat (limited to 'data/rbot/plugins/urban.rb')
-rw-r--r--data/rbot/plugins/urban.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/urban.rb b/data/rbot/plugins/urban.rb
index 5aae26c6..98066e60 100644
--- a/data/rbot/plugins/urban.rb
+++ b/data/rbot/plugins/urban.rb
@@ -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 ', '