diff options
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 |