summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-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 6f052fcf..f4355061 100644
--- a/data/rbot/plugins/urban.rb
+++ b/data/rbot/plugins/urban.rb
@@ -19,7 +19,7 @@ class UrbanPlugin < Plugin
s = @bot.httputil.get(u)
return m.reply("Couldn't get the urban dictionary definition for #{word}") if s.nil?
- notfound = s.match %r{<div style="color: #669FCE"><i>.*?</i> isn't defined}
+ notfound = s.match %r{<i>.*?</i> isn't defined}
numpages = s[%r{<div id='paginator'>.*?</div>}m].scan(/\d+/).collect {|x| x.to_i}.max || 1