summaryrefslogtreecommitdiff
path: root/docs/man/man3/users.h.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/man3/users.h.3')
-rw-r--r--docs/man/man3/users.h.332
1 files changed, 16 insertions, 16 deletions
diff --git a/docs/man/man3/users.h.3 b/docs/man/man3/users.h.3
index 3abb5c541..20e941809 100644
--- a/docs/man/man3/users.h.3
+++ b/docs/man/man3/users.h.3
@@ -1,4 +1,4 @@
-.TH "users.h" 3 "2 May 2004" "InspIRCd" \" -*- nroff -*-
+.TH "users.h" 3 "25 Mar 2005" "InspIRCd" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@@ -21,15 +21,15 @@ users.h \-
.ti -1c
.RI "class \fBConnectClass\fP"
.br
-.RI "\fIHolds information relevent to <connect allow> and <connect deny> tags in the config file.\fP"
+.RI "\fIHolds information relevent to <connect allow> and <connect deny> tags in the config file. \fP"
.ti -1c
.RI "class \fBInvited\fP"
.br
-.RI "\fIHolds a channel name to which a user has been invited.\fP"
+.RI "\fIHolds a channel name to which a user has been invited. \fP"
.ti -1c
.RI "class \fBuserrec\fP"
.br
-.RI "\fIHolds all information about a user This class stores all information about a user connected to the irc server.\fP"
+.RI "\fIHolds all information about a user This class stores all information about a user connected to the irc server. \fP"
.in -1c
.SS "Defines"
@@ -59,40 +59,40 @@ users.h \-
.ti -1c
.RI "typedef std::vector< \fBInvited\fP > \fBInvitedList\fP"
.br
-.RI "\fIHolds a complete list of all channels to which a user has been invited and has not yet joined.\fP"
+.RI "\fIHolds a complete list of all channels to which a user has been invited and has not yet joined. \fP"
.ti -1c
.RI "typedef std::vector< \fBConnectClass\fP > \fBClassVector\fP"
.br
-.RI "\fIHolds a complete list of all allow and deny tags from the configuration file (connection classes).\fP"
+.RI "\fIHolds a complete list of all allow and deny tags from the configuration file (connection classes). \fP"
.in -1c
.SH "Define Documentation"
.PP
.SS "#define CC_ALLOW 0"
.PP
-Definition at line 20 of file users.h.
+Definition at line 31 of file users.h.
.SS "#define CC_DENY 1"
.PP
-Definition at line 21 of file users.h.
+Definition at line 32 of file users.h.
.SS "#define STATUS_HOP 2"
.PP
-Definition at line 16 of file users.h.
+Definition at line 27 of file users.h.
.SS "#define STATUS_NORMAL 0"
.PP
-Definition at line 18 of file users.h.
+Definition at line 29 of file users.h.
.SS "#define STATUS_OP 4"
.PP
-Definition at line 15 of file users.h.
+Definition at line 26 of file users.h.
.SS "#define STATUS_VOICE 1"
.PP
-Definition at line 17 of file users.h.
+Definition at line 28 of file users.h.
.SH "Typedef Documentation"
.PP
-.SS "typedef std::vector<\fBConnectClass\fP> ClassVector"
+.SS "typedef std::vector<\fBConnectClass\fP> \fBClassVector\fP"
.PP
-Holds a complete list of all allow and deny tags from the configuration file (connection classes).Definition at line 70 of file users.h.
-.SS "typedef std::vector<\fBInvited\fP> InvitedList"
+Holds a complete list of all allow and deny tags from the configuration file (connection classes). Definition at line 81 of file users.h.
+.SS "typedef std::vector<\fBInvited\fP> \fBInvitedList\fP"
.PP
-Holds a complete list of all channels to which a user has been invited and has not yet joined.Definition at line 64 of file users.h.
+Holds a complete list of all channels to which a user has been invited and has not yet joined. Definition at line 75 of file users.h.
.SH "Author"
.PP
Generated automatically by Doxygen for InspIRCd from the source code.