|
|||
|
|||
|
#include "inspircd.h"#include "configreader.h"#include "users.h"#include "commands/cmd_admin.h"Include dependency graph for cmd_admin.cpp:

Go to the source code of this file.
Functions | |
| DllExport command_t * | init_command (InspIRCd *Instance) |
|
|
Definition at line 20 of file cmd_admin.cpp. 00021 { 00022 return new cmd_admin(Instance); 00023 }
|