X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=data%2Frbot%2Fplugins%2Fhost.rb;h=e81386ceb5fa61b86cabaaca9fa6b28745d4f9d7;hb=682e7f1708b9534385467b3d707433cb256b6405;hp=c5fbcdaa0f259a969a012512893d34843e424d38;hpb=0d715cdc29abec6031d3e69968247fb9f973c66d;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git 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="")