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

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


Function Documentation

DllExport command_t* init_command InspIRCd Instance  ) 
 

Definition at line 20 of file cmd_admin.cpp.

00021 {
00022         return new cmd_admin(Instance);
00023 }