--- deliantra/server/ext/board.ext 2006/12/21 22:41:34 1.2 +++ deliantra/server/ext/board.ext 2007/01/06 02:41:38 1.3 @@ -78,7 +78,7 @@ cf::object::attachment board => on_apply => sub { my ($npc, $who) = @_; - $who->reply ($npc, "Hello, i'm a talking board, 'say help' to get help"); + $who->reply ($npc, "Hello, I'm a talking board, 'say help' to get help"); do_list ($npc->name, $who, $npc); cf::override; },