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

WhoWasGroup Class Reference

Used to hold WHOWAS information. More...

#include <cmd_whowas.h>

Inheritance diagram for WhoWasGroup:

Inheritance graph
[legend]
Collaboration diagram for WhoWasGroup:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 WhoWasGroup (User *user)
 Initialize this WhoQasFroup with a user.
 ~WhoWasGroup ()
 Destructor.

Public Attributes

char * host
 Real host.
char * dhost
 Displayed host.
char * ident
 Ident.
const char * server
 Server name.
char * gecos
 Fullname (GECOS).
time_t signon
 Signon time.

Detailed Description

Used to hold WHOWAS information.

Definition at line 100 of file cmd_whowas.h.


Constructor & Destructor Documentation

WhoWasGroup::WhoWasGroup User user  ) 
 

Initialize this WhoQasFroup with a user.

WhoWasGroup::~WhoWasGroup  ) 
 

Destructor.


Member Data Documentation

char* WhoWasGroup::dhost
 

Displayed host.

Definition at line 108 of file cmd_whowas.h.

char* WhoWasGroup::gecos
 

Fullname (GECOS).

Definition at line 117 of file cmd_whowas.h.

char* WhoWasGroup::host
 

Real host.

Definition at line 105 of file cmd_whowas.h.

char* WhoWasGroup::ident
 

Ident.

Definition at line 111 of file cmd_whowas.h.

const char* WhoWasGroup::server
 

Server name.

Definition at line 114 of file cmd_whowas.h.

time_t WhoWasGroup::signon
 

Signon time.

Definition at line 120 of file cmd_whowas.h.


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