From: Giuseppe Bilotta Date: Thu, 21 Aug 2008 18:32:27 +0000 (+0200) Subject: geoip plugin: thread command X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=f6ec4e09d5d309f297b4ff6fd6c65ca82c74b462;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git geoip plugin: thread command --- diff --git a/data/rbot/plugins/geoip.rb b/data/rbot/plugins/geoip.rb index 7b03e7e5..55fddcc9 100755 --- a/data/rbot/plugins/geoip.rb +++ b/data/rbot/plugins/geoip.rb @@ -157,4 +157,4 @@ class GeoIpPlugin < Plugin end plugin = GeoIpPlugin.new -plugin.map "geoip [:input]", :action => 'geoip' \ No newline at end of file +plugin.map "geoip [:input]", :action => 'geoip', :thread => true