ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/board.ext
(Generate patch)

Comparing deliantra/server/ext/board.ext (file contents):
Revision 1.5 by root, Wed Apr 18 14:24:09 2007 UTC vs.
Revision 1.6 by root, Mon Sep 22 01:33:09 2008 UTC

1#! perl 1#! perl
2 2
3sub do_help { 3sub do_help {
4 my ($board, $who, $npc) = @_; 4 my ($board, $who, $npc) = @_;
5 $who->reply ($npc, 5 $who->reply ($npc,
6 "Help for $board\n" 6 "Help for $board\n\n"
7 ."List of commands:\n\n" 7 . "List of commands:\n\n"
8 ."- list\n" 8 . " - list\n"
9 ."- write <message>\n" 9 . " - write <message>\n"
10 ."- remove <id>\n" 10 . " - remove <id>\n"
11 ); 11 );
12} 12}
13 13
14sub do_write { 14sub do_write {
15 my ($board, $msg, $who, $npc) = @_; 15 my ($board, $msg, $who, $npc) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines