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

Comparing deliantra/server/server/c_misc.C (file contents):
Revision 1.75 by root, Mon Oct 12 14:00:59 2009 UTC vs.
Revision 1.76 by root, Thu Oct 15 21:40:42 2009 UTC

25#include <global.h> 25#include <global.h>
26#include <loader.h> 26#include <loader.h>
27#include <sproto.h> 27#include <sproto.h>
28 28
29/* Handles misc. input request - things like hash table, malloc, maps, etc */ 29/* Handles misc. input request - things like hash table, malloc, maps, etc */
30
31int
32command_motd (object *op, char *params)
33{
34 display_motd (op);
35 return 1;
36}
37 30
38typedef struct 31typedef struct
39{ 32{
40 char namebuf[MAX_BUF]; 33 char namebuf[MAX_BUF];
41 int login_order; 34 int login_order;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines