#include "services.h"
#include "pseudo.h"
Go to the source code of this file.
Functions | |
| void | helpserv (User *u, char *buf) |
| void | helpserv_init (void) |
| void | moduleAddHelpServCmds (void) |
| void helpserv | ( | User * | u, | |
| char * | buf | |||
| ) |
Main HelpServ routine.
| u | User Struct of the user sending the PRIVMSG | |
| buf | Buffer containing the PRIVMSG data |
Definition at line 51 of file helpserv.c.
References anope_cmd_ctcp(), HELPSERV, mod_run_cmd(), user_::nick, s_HelpServ, and stricmp().
Referenced by m_privmsg().
| void helpserv_init | ( | void | ) |
HelpServ initialization.
Definition at line 38 of file helpserv.c.
References moduleAddHelpServCmds().
Referenced by init_secondary().
| void moduleAddHelpServCmds | ( | void | ) |
Setup the commands for HelpServ
Definition at line 27 of file helpserv.c.
References HelpServCoreModules, HelpServCoreNumber, and modules_core_init().
Referenced by helpserv_init().
1.5.1-20070107