summaryrefslogtreecommitdiff
path: root/data/rbot/contrib/plugins/vandale.rb
diff options
context:
space:
mode:
Diffstat (limited to 'data/rbot/contrib/plugins/vandale.rb')
-rw-r--r--data/rbot/contrib/plugins/vandale.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/contrib/plugins/vandale.rb b/data/rbot/contrib/plugins/vandale.rb
index 7b806c85..720fe762 100644
--- a/data/rbot/contrib/plugins/vandale.rb
+++ b/data/rbot/contrib/plugins/vandale.rb
@@ -16,7 +16,7 @@ class VanDalePlugin < Plugin
ret = Array.new
Utils.safe_exec("/usr/local/bin/gnuvd", m.params).each{|line| if line.length > 5 then ret << line end}
m.reply ret.delete_at(0)
- while ret[0] =~ /^[[:alpha:]_]*[0-9]/
+ while ret[0] =~ /^[[:alpha:]_]*[0-9]/
m.reply ret.delete_at(0)
end
while ret[0] =~ /^[0-9]/