]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/man/man3/XLine.3
2165760906bd80cfcefe75bb7da67c387e9bbf02
[user/henk/code/inspircd.git] / docs / man / man3 / XLine.3
1 .TH "XLine" 3 "15 Dec 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 XLine \- XLine is the base class for ban lines such as G lines and K lines.  
6
7 .PP
8 .SH SYNOPSIS
9 .br
10 .PP
11 \fC#include <xline.h>\fP
12 .PP
13 Inherits \fBclassbase\fP.
14 .PP
15 Inherited by \fBELine\fP, \fBGLine\fP, \fBKLine\fP, \fBQLine\fP, and \fBZLine\fP.
16 .PP
17 .SS "Public Attributes"
18
19 .in +1c
20 .ti -1c
21 .RI "time_t \fBset_time\fP"
22 .br
23 .RI "\fIThe time the line was added. \fP"
24 .ti -1c
25 .RI "long \fBduration\fP"
26 .br
27 .RI "\fIThe duration of the ban, or 0 if permenant. \fP"
28 .ti -1c
29 .RI "char \fBsource\fP [256]"
30 .br
31 .RI "\fISource of the ban. \fP"
32 .ti -1c
33 .RI "char \fBreason\fP [MAXBUF]"
34 .br
35 .RI "\fIReason for the ban. \fP"
36 .ti -1c
37 .RI "long \fBn_matches\fP"
38 .br
39 .RI "\fINumber of times the core matches the ban, for statistics. \fP"
40 .in -1c
41 .SH "Detailed Description"
42 .PP 
43 XLine is the base class for ban lines such as G lines and K lines. 
44 .PP
45 Definition at line 39 of file xline.h.
46 .SH "Member Data Documentation"
47 .PP 
48 .SS "long \fBXLine::duration\fP"
49 .PP
50 The duration of the ban, or 0 if permenant. 
51 .PP
52 Definition at line 49 of file xline.h.
53 .SS "long \fBXLine::n_matches\fP"
54 .PP
55 Number of times the core matches the ban, for statistics. 
56 .PP
57 Definition at line 61 of file xline.h.
58 .SS "char \fBXLine::reason\fP[MAXBUF]"
59 .PP
60 Reason for the ban. 
61 .PP
62 Definition at line 57 of file xline.h.
63 .SS "time_t \fBXLine::set_time\fP"
64 .PP
65 The time the line was added. 
66 .PP
67 Definition at line 45 of file xline.h.
68 .SS "char \fBXLine::source\fP[256]"
69 .PP
70 Source of the ban. 
71 .PP
72 This can be a servername or an oper nickname
73 .PP
74 Definition at line 53 of file xline.h.
75
76 .SH "Author"
77 .PP 
78 Generated automatically by Doxygen for InspIRCd from the source code.