--- deliantra/server/ext/board.ext 2007/04/18 14:24:09 1.5 +++ deliantra/server/ext/board.ext 2008/09/22 01:33:09 1.6 @@ -3,11 +3,11 @@ sub do_help { my ($board, $who, $npc) = @_; $who->reply ($npc, - "Help for $board\n" - ."List of commands:\n\n" - ."- list\n" - ."- write \n" - ."- remove \n" + "Help for $board\n\n" + . "List of commands:\n\n" + . " - list\n" + . " - write \n" + . " - remove \n" ); }