Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

Admin Class Reference

Holds /ADMIN data This class contains the admin details of the local server. More...

#include <modules.h>

Inherits classbase.

List of all members.

Public Member Functions

 Admin (std::string name, std::string email, std::string nick)

Public Attributes

const std::string Name
const std::string Email
const std::string Nick


Detailed Description

Holds /ADMIN data This class contains the admin details of the local server.

It is constructed by class Server, and has three read-only values, Name, Email and Nick that contain the specified values for the server where the module is running.

Definition at line 121 of file modules.h.


Constructor & Destructor Documentation

Admin::Admin std::string  name,
std::string  email,
std::string  nick
 

Definition at line 304 of file modules.cpp.

00304 : Name(name), Email(email), Nick(nick) { };


Member Data Documentation

const std::string Admin::Email
 

Definition at line 124 of file modules.h.

const std::string Admin::Name
 

Definition at line 124 of file modules.h.

const std::string Admin::Nick
 

Definition at line 124 of file modules.h.


The documentation for this class was generated from the following files:
Generated on Thu Apr 7 20:14:23 2005 for InspIRCd by doxygen 1.3.3