From f6ec4e09d5d309f297b4ff6fd6c65ca82c74b462 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Thu, 21 Aug 2008 20:32:27 +0200 Subject: geoip plugin: thread command --- data/rbot/plugins/geoip.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') 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 -- cgit v1.2.3