]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/man/man3/ZLine.3
06d8663f6388ebc01c78c0c6d27daec37d30cd68
[user/henk/code/inspircd.git] / docs / man / man3 / ZLine.3
1 .TH "ZLine" 3 "15 Dec 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 ZLine \- ZLine 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 \fBipaddr\fP [40]"
20 .br
21 .RI "\fIIP Address (xx.yy.zz.aa) to match against May contain wildcards. \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 ZLine class. 
30 .PP
31 Definition at line 98 of file xline.h.
32 .SH "Member Data Documentation"
33 .PP 
34 .SS "char \fBZLine::ipaddr\fP[40]"
35 .PP
36 IP Address (xx.yy.zz.aa) to match against May contain wildcards. 
37 .PP
38 Definition at line 104 of file xline.h.
39 .SS "bool \fBZLine::is_global\fP"
40 .PP
41 Set if this is a global Z:line (e.g. 
42 .PP
43 it came from another server)
44 .PP
45 Definition at line 108 of file xline.h.
46
47 .SH "Author"
48 .PP 
49 Generated automatically by Doxygen for InspIRCd from the source code.