]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/spell.rb
figlet plugin: check paths and fonts using Utils.safe_exec
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / spell.rb
index 9298c2861c1cff65d5563e95f084ee59e0f78a13..5c98430bdea9c3ab6e76fa70a797fe66b5d89a9d 100644 (file)
@@ -5,7 +5,7 @@
 
 class SpellPlugin < Plugin
   Config.register Config::StringValue.new('spell.path',
-     :default => '/usr/bin/ispell',
+     :default => 'ispell',
      :desc => _('Path to the program to use to check spelling'))
   Config.register Config::StringValue.new('spell.command_line',
      :default => '%s -a -S',