diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-08-21 20:32:27 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-08-21 20:32:27 +0200 |
commit | f6ec4e09d5d309f297b4ff6fd6c65ca82c74b462 (patch) | |
tree | a82369a8920ee8125be27294bd60ff9810777bb1 /data | |
parent | cb32e392b722c3c84f6c49fccfc0ea00192ac17b (diff) |
geoip plugin: thread command
Diffstat (limited to 'data')
-rwxr-xr-x | data/rbot/plugins/geoip.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |