]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/man/KLine.3
Added ability to update the helpop file on rehash (Bug #69)
[user/henk/code/inspircd.git] / docs / man / KLine.3
1 .TH "KLine" 3 "30 Apr 2004" "InspIRCd" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 KLine \- KLine 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 \fBhostmask\fP [MAXBUF]"
20 .br
21 .RI "\fIHostmask (ident) to match against May contain wildcards.\fP"
22 .in -1c
23 .SH "Detailed Description"
24 .PP 
25 KLine class.Definition at line 46 of file xline.h.
26 .SH "Member Data Documentation"
27 .PP 
28 .SS "char KLine::hostmask[MAXBUF]"
29 .PP
30 Hostmask (ident) to match against May contain wildcards.Definition at line 52 of file xline.h.
31
32 .SH "Author"
33 .PP 
34 Generated automatically by Doxygen for InspIRCd from the source code.