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

XLine Class Reference

XLine is the base class for ban lines such as G lines and K lines. More...

#include <xline.h>

Inherits classbase.

Inherited by GLine, KLine, QLine, and ZLine.

List of all members.

Public Attributes

time_t set_time
 The time the line was added.

long duration
 The duration of the ban, or 0 if permenant.

char source [MAXBUF]
 Source of the ban.

char reason [MAXBUF]
 Reason for the ban.

long n_matches
 Number of times the core matches the ban, for statistics.


Detailed Description

XLine is the base class for ban lines such as G lines and K lines.

Definition at line 34 of file xline.h.


Member Data Documentation

long XLine::duration
 

The duration of the ban, or 0 if permenant.

Definition at line 44 of file xline.h.

long XLine::n_matches
 

Number of times the core matches the ban, for statistics.

Definition at line 56 of file xline.h.

char XLine::reason[MAXBUF]
 

Reason for the ban.

Definition at line 52 of file xline.h.

time_t XLine::set_time
 

The time the line was added.

Definition at line 40 of file xline.h.

char XLine::source[MAXBUF]
 

Source of the ban.

This can be a servername or an oper nickname

Definition at line 48 of file xline.h.


The documentation for this class was generated from the following file:
Generated on Fri Mar 25 03:49:34 2005 for InspIRCd by doxygen 1.3.3