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

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