]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
geoip plugin: thread command
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 21 Aug 2008 18:32:27 +0000 (20:32 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 21 Aug 2008 18:32:27 +0000 (20:32 +0200)
data/rbot/plugins/geoip.rb

index 7b03e7e52bd0d77ffe2fa6bc4b8dc984f25f51e9..55fddcc9992ea59a7e80f65be9ea4eeb0e3c5f8d 100755 (executable)
@@ -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