]> jfr.im git - irc/gameservirc.git/blob - gameserv/do_help.cpp
Added code for the start of the DataLayer format as well as a basic FilePlayerDAO...
[irc/gameservirc.git] / gameserv / do_help.cpp
1 #include "extern.h"
2
3 void do_help(char *u)
4 {
5 char *cmd = strtok(NULL, " ");
6
7 display_help(u, cmd);
8 }