The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download | Blog | Stats
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

cmd_clearcache.cpp File Reference

#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_tinit_command (InspIRCd *Instance)


Function Documentation

DllExport command_t* init_command InspIRCd Instance  ) 
 

Definition at line 19 of file cmd_clearcache.cpp.

00020 {
00021         return new cmd_clearcache(Instance);
00022 }