Main Page   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>

Inheritance diagram for Admin:

classbase List of all members.

Public Methods

 Admin (string name, string email, string nick)

Public Attributes

const string Name
const string Email
const 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 78 of file modules.h.


Constructor & Destructor Documentation

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

Definition at line 36 of file modules.cpp.

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


Member Data Documentation

const string Admin::Email
 

Definition at line 81 of file modules.h.

const string Admin::Name
 

Definition at line 81 of file modules.h.

const string Admin::Nick
 

Definition at line 81 of file modules.h.


The documentation for this class was generated from the following files:
Generated on Mon Jan 27 00:16:41 2003 for InspIRCd by doxygen1.3-rc2