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>

Inheritance diagram for XLine:

Inheritance graph
[legend]
Collaboration diagram for XLine:

Collaboration graph
[legend]
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 18 of file xline.h.


Member Data Documentation

long XLine::duration
 

The duration of the ban, or 0 if permenant.

Definition at line 28 of file xline.h.

long XLine::n_matches
 

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

Definition at line 40 of file xline.h.

char XLine::reason[MAXBUF]
 

Reason for the ban.

Definition at line 36 of file xline.h.

time_t XLine::set_time
 

The time the line was added.

Definition at line 24 of file xline.h.

char XLine::source[MAXBUF]
 

Source of the ban.

This can be a servername or an oper nickname

Definition at line 32 of file xline.h.


The documentation for this class was generated from the following file:
Generated on Fri Apr 30 15:46:50 2004 for InspIRCd by doxygen1.3-rc3