diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-11-27 01:44:46 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-11-27 01:44:46 +0000 |
commit | cd9f9a8add02597a2998ba74b803ed3fbf81314c (patch) | |
tree | b53e3ea035c25a0580e9b31dc31f27ee33c36c96 /docs/man/man3/users.h.3 | |
parent | 91755849c3bdf089f4583c119fcbb90ff99bed5b (diff) |
Added new documentation
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1966 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/users.h.3')
-rw-r--r-- | docs/man/man3/users.h.3 | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/docs/man/man3/users.h.3 b/docs/man/man3/users.h.3 index f0872e8b1..673e90f71 100644 --- a/docs/man/man3/users.h.3 +++ b/docs/man/man3/users.h.3 @@ -1,4 +1,4 @@ -.TH "users.h" 3 "30 May 2005" "InspIRCd" \" -*- nroff -*- +.TH "users.h" 3 "27 Nov 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*- .ad l .nh .SH NAME @@ -10,25 +10,25 @@ users.h \- .br \fC#include 'channels.h'\fP .br -\fC#include 'connection.h'\fP -.br \fC#include 'inspstring.h'\fP .br +\fC#include 'connection.h'\fP +.br \fC#include <string>\fP .br -.SS "Compounds" +.SS "Classes" .in +1c .ti -1c -.RI "class \fBConnectClass\fP" -.br -.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" .ti -1c +.RI "class \fBConnectClass\fP" +.br +.RI "\fIHolds information relevent to <connect allow> and <connect deny> tags in the config file. \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" @@ -95,12 +95,14 @@ 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 100 of file users.h. +Holds a complete list of all allow and deny tags from the configuration file (connection classes). +.PP +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 94 of file users.h. +Holds a complete list of all channels to which a user has been invited and has not yet joined. .PP -Referenced by userrec::GetInviteList(). +Definition at line 94 of file users.h. .SH "Author" .PP Generated automatically by Doxygen for InspIRCd from the source code. |