]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/host.rb
plugin(points): new message parser, see #34
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / host.rb
index c5fbcdaa0f259a969a012512893d34843e424d38..e81386ceb5fa61b86cabaaca9fa6b28745d4f9d7 100644 (file)
@@ -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="")