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

Alias Class Reference

An alias definition. More...

Inheritance diagram for Alias:

Inheritance graph
[legend]
Collaboration diagram for Alias:

Collaboration graph
[legend]
List of all members.

Public Attributes

irc::string text
 The text of the alias command.
std::string replace_with
 Text to replace with.
std::string requires
 Nickname required to perform alias.
bool uline
 Alias requires ulined server.
bool operonly
 Requires oper?
bool case_sensitive
std::string format
 Format that must be matched for use.

Detailed Description

An alias definition.

Definition at line 21 of file m_alias.cpp.


Member Data Documentation

bool Alias::case_sensitive
 

Definition at line 35 of file m_alias.cpp.

Referenced by ModuleAlias::ReadAliases().

std::string Alias::format
 

Format that must be matched for use.

Definition at line 37 of file m_alias.cpp.

Referenced by ModuleAlias::ReadAliases().

bool Alias::operonly
 

Requires oper?

Definition at line 33 of file m_alias.cpp.

Referenced by ModuleAlias::ReadAliases().

std::string Alias::replace_with
 

Text to replace with.

Definition at line 27 of file m_alias.cpp.

Referenced by ModuleAlias::ReadAliases().

std::string Alias::requires
 

Nickname required to perform alias.

Definition at line 29 of file m_alias.cpp.

Referenced by ModuleAlias::ReadAliases().

irc::string Alias::text
 

The text of the alias command.

Definition at line 25 of file m_alias.cpp.

Referenced by ModuleAlias::ReadAliases().

bool Alias::uline
 

Alias requires ulined server.

Definition at line 31 of file m_alias.cpp.

Referenced by ModuleAlias::ReadAliases().


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