]> jfr.im git - irc/gameservirc.git/blob - gameserv/do_help.cpp
8bcd2566e669de5286a95cb87824867f12bac0ea
[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 }