summaryrefslogtreecommitdiff
path: root/data/rbot/plugins
diff options
context:
space:
mode:
authorM. Hecker <apoc@sixserv.org>2014-11-26 02:28:33 +0100
committerM. Hecker <apoc@sixserv.org>2014-11-26 02:28:33 +0100
commiteb90a5ebff4da23a9ac1f35bf90bfa3004599bf2 (patch)
tree2716e3bb8d4f19bd0e6811d288e184cdf54685bc /data/rbot/plugins
parent6862a3a010c3299bb43fbccdd726d5cd08e695f3 (diff)
[urban] forgot debugs
Diffstat (limited to 'data/rbot/plugins')
-rw-r--r--data/rbot/plugins/urban.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/data/rbot/plugins/urban.rb b/data/rbot/plugins/urban.rb
index 6d01c625..70d451af 100644
--- a/data/rbot/plugins/urban.rb
+++ b/data/rbot/plugins/urban.rb
@@ -22,8 +22,6 @@ class UrbanPlugin < Plugin
notfound = s.match %r{<i>.*?</i> isn't defined}
numpages = if s[%r{<ul class="pagination[^"]+">.*?</ul>}m]
- debug 'foo->'
- debug $&
$&.scan(/>(\d+)</).collect {|x| x[0].to_i}.max || 1
else 1 end