]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/man/man3/QLine.3
a5fad88b96c02fc21ca6aae97e89c8479e7665cb
[user/henk/code/inspircd.git] / docs / man / man3 / QLine.3
1 .TH "QLine" 3 "15 Dec 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 QLine \- QLine class.  
6
7 .PP
8 .SH SYNOPSIS
9 .br
10 .PP
11 \fC#include <xline.h>\fP
12 .PP
13 Inherits \fBXLine\fP.
14 .PP
15 .SS "Public Attributes"
16
17 .in +1c
18 .ti -1c
19 .RI "char \fBnick\fP [64]"
20 .br
21 .RI "\fINickname to match against. \fP"
22 .ti -1c
23 .RI "bool \fBis_global\fP"
24 .br
25 .RI "\fISet if this is a global Z:line (e.g. \fP"
26 .in -1c
27 .SH "Detailed Description"
28 .PP 
29 QLine class. 
30 .PP
31 Definition at line 113 of file xline.h.
32 .SH "Member Data Documentation"
33 .PP 
34 .SS "bool \fBQLine::is_global\fP"
35 .PP
36 Set if this is a global Z:line (e.g. 
37 .PP
38 it came from another server)
39 .PP
40 Definition at line 123 of file xline.h.
41 .SS "char \fBQLine::nick\fP[64]"
42 .PP
43 Nickname to match against. 
44 .PP
45 May contain wildcards.
46 .PP
47 Definition at line 119 of file xline.h.
48
49 .SH "Author"
50 .PP 
51 Generated automatically by Doxygen for InspIRCd from the source code.