#include <modules.h>

Data Fields | |
| char * | name |
| int(* | routine )(User *u) |
| int(* | has_priv )(User *u) |
| int | helpmsg_all |
| int | helpmsg_reg |
| int | helpmsg_oper |
| int | helpmsg_admin |
| int | helpmsg_root |
| char * | help_param1 |
| char * | help_param2 |
| char * | help_param3 |
| char * | help_param4 |
| int | core |
| char * | mod_name |
| char * | service |
| int(* | all_help )(User *u) |
| int(* | regular_help )(User *u) |
| int(* | oper_help )(User *u) |
| int(* | admin_help )(User *u) |
| int(* | root_help )(User *u) |
| Command * | next |
Definition at line 173 of file modules.h.
| int(* Command_::admin_help)(User *u) |
Definition at line 199 of file modules.h.
Referenced by createCommand(), do_help_cmd(), and moduleAddAdminHelp().
| int(* Command_::all_help)(User *u) |
Definition at line 196 of file modules.h.
Referenced by createCommand(), do_help_cmd(), and moduleAddHelp().
| int Command_::core |
Definition at line 193 of file modules.h.
Referenced by addCoreCommand(), destroyCommand(), and moduleAddCommand().
| int(* Command_::has_priv)(User *u) |
Definition at line 176 of file modules.h.
Referenced by createCommand(), destroyCommand(), do_help_limited(), and do_run_cmd().
| char* Command_::help_param1 |
Definition at line 187 of file modules.h.
Referenced by AnopeFini(), AnopeInit(), createCommand(), destroyCommand(), do_help_cmd(), and reload_config().
| char* Command_::help_param2 |
Definition at line 188 of file modules.h.
Referenced by createCommand(), destroyCommand(), and do_help_cmd().
| char* Command_::help_param3 |
Definition at line 189 of file modules.h.
Referenced by createCommand(), destroyCommand(), and do_help_cmd().
| char* Command_::help_param4 |
Definition at line 190 of file modules.h.
Referenced by createCommand(), destroyCommand(), and do_help_cmd().
Definition at line 185 of file modules.h.
Referenced by createCommand(), destroyCommand(), and do_help_cmd().
Definition at line 182 of file modules.h.
Referenced by createCommand(), destroyCommand(), and do_help_cmd().
Definition at line 184 of file modules.h.
Referenced by createCommand(), destroyCommand(), and do_help_cmd().
Definition at line 183 of file modules.h.
Referenced by createCommand(), destroyCommand(), and do_help_cmd().
Definition at line 186 of file modules.h.
Referenced by createCommand(), destroyCommand(), and do_help_cmd().
| char* Command_::mod_name |
Definition at line 194 of file modules.h.
Referenced by addCommand(), createCommand(), delCommand(), destroyCommand(), do_help_cmd(), do_run_cmd(), moduleAddCommand(), moduleDelCommand(), prepForUnload(), and showModuleCmdLoaded().
| char* Command_::name |
Definition at line 174 of file modules.h.
Referenced by addCommand(), createCommand(), delCommand(), destroyCommand(), displayCommand(), lookup_cmd(), moduleAddCommand(), prepForUnload(), and showModuleCmdLoaded().
Definition at line 202 of file modules.h.
Referenced by addCommand(), addCoreCommand(), createCommand(), delCommand(), destroyCommand(), displayCommand(), do_ban(), do_cs_kick(), do_help_cmd(), do_run_cmd(), memo_send_from(), moduleDelCommand(), prepForUnload(), and showModuleCmdLoaded().
| int(* Command_::oper_help)(User *u) |
Definition at line 198 of file modules.h.
Referenced by createCommand(), do_help_cmd(), and moduleAddOperHelp().
| int(* Command_::regular_help)(User *u) |
Definition at line 197 of file modules.h.
Referenced by createCommand(), do_help_cmd(), and moduleAddRegHelp().
| int(* Command_::root_help)(User *u) |
Definition at line 200 of file modules.h.
Referenced by createCommand(), do_help_cmd(), and moduleAddRootHelp().
| int(* Command_::routine)(User *u) |
Definition at line 175 of file modules.h.
Referenced by createCommand(), destroyCommand(), and do_run_cmd().
| char* Command_::service |
Definition at line 195 of file modules.h.
Referenced by addCommand(), createCommand(), destroyCommand(), moduleAddCommand(), and showModuleCmdLoaded().
1.7.1