Index: rbot-0.9.14/data/rbot/plugins/spell.rb
===================================================================
--- rbot-0.9.14.orig/data/rbot/plugins/spell.rb	2008-10-04 11:30:19.000000000 +0200
+++ rbot-0.9.14/data/rbot/plugins/spell.rb	2009-04-01 23:09:49.000000000 +0200
@@ -5,7 +5,7 @@
 
 class SpellPlugin < Plugin
   Config.register Config::StringValue.new('spell.path',
-     :default => 'ispell',
+     :default => 'aspell',
      :desc => _('Path to the program to use to check spelling'))
   Config.register Config::StringValue.new('spell.command_line',
      :default => '%s -a -S',
