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

ModuleGlobops Class Reference

Inheritance diagram for ModuleGlobops:

Inheritance graph
[legend]
Collaboration diagram for ModuleGlobops:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ModuleGlobops (InspIRCd *Me)
virtual ~ModuleGlobops ()
virtual Version GetVersion ()
 Returns the version number of a Module.

Private Attributes

CommandGlobopsmycommand

Detailed Description

Definition at line 46 of file m_globops.cpp.


Constructor & Destructor Documentation

ModuleGlobops::ModuleGlobops InspIRCd Me  )  [inline]
 

Definition at line 50 of file m_globops.cpp.

References InspIRCd::AddCommand(), SnomaskManager::EnableSnomask(), mycommand, Module::ServerInstance, and InspIRCd::SNO.

virtual ModuleGlobops::~ModuleGlobops  )  [inline, virtual]
 

Definition at line 59 of file m_globops.cpp.

References SnomaskManager::DisableSnomask(), Module::ServerInstance, and InspIRCd::SNO.


Member Function Documentation

virtual Version ModuleGlobops::GetVersion  )  [inline, virtual]
 

Returns the version number of a Module.

The method should return a Version object with its version information assigned via Version::Version

Reimplemented from Module.

Definition at line 64 of file m_globops.cpp.

References API_VERSION, VF_COMMON, and VF_VENDOR.


Member Data Documentation

CommandGlobops* ModuleGlobops::mycommand [private]
 

Definition at line 48 of file m_globops.cpp.

Referenced by ModuleGlobops().


The documentation for this class was generated from the following file: