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_part.cpp File Reference

#include "inspircd.h"
#include "users.h"
#include "commands/cmd_part.h"

Include dependency graph for cmd_part.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 18 of file cmd_part.cpp.

00019 {
00020         return new cmd_part(Instance);
00021 }