#include <inspircd.h>
Collaboration diagram for InspIRCd:
Public Member Functions | |
void | MakeLowerMap () |
std::string | GetRevision () |
std::string | GetVersionString () |
char * | ModuleError () |
bool | LoadModule (const char *filename) |
bool | UnloadModule (const char *filename) |
InspIRCd (int argc, char **argv) | |
int | Run () |
Public Attributes | |
time_t | startup_time |
ModeParser * | ModeGrok |
CommandParser * | Parser |
SocketEngine * | SE |
serverstats * | stats |
Private Member Functions | |
void | erase_factory (int j) |
void | erase_module (int j) |
Private Attributes | |
char | MODERR [MAXBUF] |
Definition at line 99 of file inspircd.h.
|
|
|
|
|
|
|
|
|
Referenced by Server::GetVersion(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 109 of file inspircd.h. Referenced by Server::SendMode(). |
|
Definition at line 103 of file inspircd.h. |
|
Definition at line 110 of file inspircd.h. Referenced by Server::AddCommand(), Server::CallCommandHandler(), force_nickchange(), and Server::IsValidModuleCommand(). |
|
Definition at line 111 of file inspircd.h. Referenced by AddClient(), InspSocket::InspSocket(), kill_link(), kill_link_silent(), InspSocket::Poll(), and Server::UserToPseudo(). |
|
Definition at line 108 of file inspircd.h. |
|
Definition at line 112 of file inspircd.h. Referenced by force_nickchange(), and FullConnectUser(). |