From b25c31de6b8dd839429cb168f5731a5605e17366 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 24 Apr 2004 23:26:47 +0000 Subject: Added new documentation for XLine etc git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@718 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classXLine.html | 183 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 183 insertions(+) create mode 100644 docs/module-doc/classXLine.html (limited to 'docs/module-doc/classXLine.html') diff --git a/docs/module-doc/classXLine.html b/docs/module-doc/classXLine.html new file mode 100644 index 000000000..d4538eae7 --- /dev/null +++ b/docs/module-doc/classXLine.html @@ -0,0 +1,183 @@ + + +XLine class Reference + + + +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  
+

XLine Class Reference

XLine is the base class for ban lines such as G lines and K lines. +More... +

+#include <xline.h> +

+Inheritance diagram for XLine:

Inheritance graph
+ + + + + + + +
[legend]
Collaboration diagram for XLine:

Collaboration graph
+ + + +
[legend]
List of all members. + + + + + + + + + + + + +

Public Attributes

time_t set_time
 The time the line was added.

long duration
 The duration of the ban, or 0 if permenant.

char source [MAXBUF]
 Source of the ban.

char reason [MAXBUF]
 Reason for the ban.

long n_matches
 Number of times the core matches the ban, for statistics.

+

Detailed Description

+XLine is the base class for ban lines such as G lines and K lines. +

+ +

+Definition at line 18 of file xline.h.


Member Data Documentation

+

+ + + + +
+ + +
long XLine::duration +
+
+ + + + + +
+   + + +

+The duration of the ban, or 0 if permenant. +

+ +

+Definition at line 28 of file xline.h.

+

+ + + + +
+ + +
long XLine::n_matches +
+
+ + + + + +
+   + + +

+Number of times the core matches the ban, for statistics. +

+ +

+Definition at line 40 of file xline.h.

+

+ + + + +
+ + +
char XLine::reason[MAXBUF] +
+
+ + + + + +
+   + + +

+Reason for the ban. +

+ +

+Definition at line 36 of file xline.h.

+

+ + + + +
+ + +
time_t XLine::set_time +
+
+ + + + + +
+   + + +

+The time the line was added. +

+ +

+Definition at line 24 of file xline.h.

+

+ + + + +
+ + +
char XLine::source[MAXBUF] +
+
+ + + + + +
+   + + +

+Source of the ban. +

+This can be a servername or an oper nickname +

+Definition at line 32 of file xline.h.

+


The documentation for this class was generated from the following file: +
Generated on Sun Apr 25 00:24:32 2004 for InspIRCd by + +doxygen1.3-rc3
+ + -- cgit v1.2.3