From 52899de0ff2d62ca0542b243c41626010bf62083 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 25 Mar 2005 03:51:56 +0000 Subject: Documentation update git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@899 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classConnectClass.html | 151 +++++++++++++++++---------------- 1 file changed, 80 insertions(+), 71 deletions(-) (limited to 'docs/module-doc/classConnectClass.html') diff --git a/docs/module-doc/classConnectClass.html b/docs/module-doc/classConnectClass.html index 361951c86..dfddf30a3 100644 --- a/docs/module-doc/classConnectClass.html +++ b/docs/module-doc/classConnectClass.html @@ -1,56 +1,55 @@
-
#include <users.h>
-Inheritance diagram for ConnectClass:


Public Member Functions | |
| ConnectClass () | |
| ConnectClass () | |
Public Attributes | |
| int | type |
| Type of line, either CC_ALLOW or CC_DENY. | |
| int | registration_timeout |
| Max time to register the connection in seconds. | |
| int | flood |
| Number of lines in buffer before excess flood is triggered. | |
| char | host [MAXBUF] |
| Host mask for this line. | |
| char | pass [MAXBUF] |
| (Optional) Password for this line | |
| int | type |
| Type of line, either CC_ALLOW or CC_DENY. | |
| int | registration_timeout |
| Max time to register the connection in seconds. | |
| int | flood |
| Number of lines in buffer before excess flood is triggered. | |
| char | host [MAXBUF] |
| Host mask for this line. | |
| char | pass [MAXBUF] |
| (Optional) Password for this line | |
-Definition at line 34 of file users.h.
-
| + |
Member Data Documentation--
-
-
-
-
The documentation for this class was generated from the following file: - Generated on Sun May 2 00:09:33 2004 for InspIRCd by + Generated on Fri Mar 25 03:49:31 2005 for InspIRCd by - 1.3-rc3
+
+1.3.3
--
cgit v1.3.1-10-gc9f91
|