]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/man/man3/ZLine.3
Added final documentation for inspircd Beta 4
[user/henk/code/inspircd.git] / docs / man / man3 / ZLine.3
1 .TH "ZLine" 3 "7 May 2005" "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 [MAXBUF]"
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. Definition at line 93 of file xline.h.
30 .SH "Member Data Documentation"
31 .PP 
32 .SS "char \fBZLine::ipaddr\fP[MAXBUF]"
33 .PP
34 IP Address (xx.yy.zz.aa) to match against May contain wildcards. Definition at line 99 of file xline.h.
35 .SS "bool \fBZLine::is_global\fP"
36 .PP
37 Set if this is a global Z:line (e.g. it came from another server)Definition at line 103 of file xline.h.
38
39 .SH "Author"
40 .PP 
41 Generated automatically by Doxygen for InspIRCd from the source code.