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

Host Class Reference

Holds information on a host set by m_hostchange. More...

Inheritance diagram for Host:

Inheritance graph
[legend]
Collaboration diagram for Host:

Collaboration graph
[legend]
List of all members.

Public Attributes

std::string action
std::string newhost
std::string ports

Detailed Description

Holds information on a host set by m_hostchange.

Definition at line 20 of file m_hostchange.cpp.


Member Data Documentation

std::string Host::action
 

Definition at line 23 of file m_hostchange.cpp.

Referenced by ModuleHostChange::OnRehash(), and ModuleHostChange::OnUserConnect().

std::string Host::newhost
 

Definition at line 24 of file m_hostchange.cpp.

Referenced by ModuleHostChange::OnRehash(), and ModuleHostChange::OnUserConnect().

std::string Host::ports
 

Definition at line 25 of file m_hostchange.cpp.

Referenced by ModuleHostChange::OnRehash(), and ModuleHostChange::OnUserConnect().


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