1 .TH "XLine" 3 "13 May 2005" "InspIRCd" \" -*- nroff -*-
5 XLine \- XLine is the base class for ban lines such as G lines and K lines.
11 \fC#include <xline.h>\fP
13 Inherits \fBclassbase\fP.
15 Inherited by \fBELine\fP, \fBGLine\fP, \fBKLine\fP, \fBQLine\fP, and \fBZLine\fP.
17 .SS "Public Attributes"
21 .RI "time_t \fBset_time\fP"
23 .RI "\fIThe time the line was added. \fP"
25 .RI "long \fBduration\fP"
27 .RI "\fIThe duration of the ban, or 0 if permenant. \fP"
29 .RI "char \fBsource\fP [256]"
31 .RI "\fISource of the ban. \fP"
33 .RI "char \fBreason\fP [MAXBUF]"
35 .RI "\fIReason for the ban. \fP"
37 .RI "long \fBn_matches\fP"
39 .RI "\fINumber of times the core matches the ban, for statistics. \fP"
41 .SH "Detailed Description"
43 XLine is the base class for ban lines such as G lines and K lines. Definition at line 34 of file xline.h.
44 .SH "Member Data Documentation"
46 .SS "long \fBXLine::duration\fP"
48 The duration of the ban, or 0 if permenant. Definition at line 44 of file xline.h.
49 .SS "long \fBXLine::n_matches\fP"
51 Number of times the core matches the ban, for statistics. Definition at line 56 of file xline.h.
52 .SS "char \fBXLine::reason\fP[MAXBUF]"
54 Reason for the ban. Definition at line 52 of file xline.h.
55 .SS "time_t \fBXLine::set_time\fP"
57 The time the line was added. Definition at line 40 of file xline.h.
58 .SS "char \fBXLine::source\fP[256]"
60 Source of the ban. This can be a servername or an oper nicknameDefinition at line 48 of file xline.h.
64 Generated automatically by Doxygen for InspIRCd from the source code.