summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/host.rb
diff options
context:
space:
mode:
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="")