]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/man/man3/users.h.3
Re-added the dot graphs again
[user/henk/code/inspircd.git] / docs / man / man3 / users.h.3
index 20e941809ebf10cfc0809b5ddcb3cd3b42be6708..ea393b917400b518dbc62ac3cb167e32eec9b09f 100644 (file)
@@ -1,4 +1,4 @@
-.TH "users.h" 3 "25 Mar 2005" "InspIRCd" \" -*- nroff -*-
+.TH "users.h" 3 "13 May 2005" "InspIRCd" \" -*- nroff -*-
 .ad l
 .nh
 .SH NAME
@@ -12,6 +12,8 @@ users.h \-
 .br
 \fC#include 'connection.h'\fP
 .br
+\fC#include 'inspstring.h'\fP
+.br
 \fC#include <string>\fP
 .br
 
@@ -30,6 +32,10 @@ users.h \-
 .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"
+.ti -1c
+.RI "class \fBWhoWasUser\fP"
+.br
+.RI "\fIA lightweight userrec used by WHOWAS. \fP"
 .in -1c
 .SS "Defines"
 
@@ -89,10 +95,10 @@ Definition at line 28 of file users.h.
 .PP 
 .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 81 of file users.h.
+Holds a complete list of all allow and deny tags from the configuration file (connection classes). Definition at line 100 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 75 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 94 of file users.h.
 .SH "Author"
 .PP 
 Generated automatically by Doxygen for InspIRCd from the source code.