Anope IRC Services
Version 1.8
|
Go to the source code of this file.
Functions | |
void | moduleAddHelpServCmds (void) |
void | helpserv_init (void) |
void | helpserv (User *u, char *buf) |
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 50 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 37 of file helpserv.c.
References moduleAddHelpServCmds().
Referenced by init_secondary().
void moduleAddHelpServCmds | ( | void | ) |
Setup the commands for HelpServ
Definition at line 26 of file helpserv.c.
References HelpServCoreModules, HelpServCoreNumber, and modules_core_init().
Referenced by helpserv_init().