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

Go to the source code of this file.
Functions | |
| DllExport command_t * | init_command (InspIRCd *Instance) |
|
|
Definition at line 18 of file cmd_names.cpp. 00019 { 00020 return new cmd_names(Instance); 00021 }
|