summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/host.rb
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-06-30 15:55:23 +0200
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-06-30 16:00:35 +0200
commitc7d8c8208498a2072f8e37e02790e8db74ba8ed2 (patch)
tree3484c254a6d17445231aa9317462da221d80eeb9 /data/rbot/plugins/host.rb
parent5e79114beb906784e5f72c42127ade5036aef19e (diff)
* external execute plugin default to non-absolute paths
Diffstat (limited to 'data/rbot/plugins/host.rb')
-rw-r--r--data/rbot/plugins/host.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/host.rb b/data/rbot/plugins/host.rb
index c5fbcdaa..e81386ce 100644
--- a/data/rbot/plugins/host.rb
+++ b/data/rbot/plugins/host.rb
@@ -1,6 +1,6 @@
class HostPlugin < Plugin
Config.register Config::StringValue.new('host.path',
- :default => '/usr/bin/host',
+ :default => 'host',
:desc => _('Path to the host program'))
def help(plugin, topic="")