summaryrefslogtreecommitdiff
path: root/docs/man/man3/Admin.3
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-03-25 03:51:56 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-03-25 03:51:56 +0000
commit52899de0ff2d62ca0542b243c41626010bf62083 (patch)
treeb9c92bbdb7d65a7467cbd6ebcbc31dc2f96e09e3 /docs/man/man3/Admin.3
parent0340f1a432d684347d8dbc3aa85c8436c56d4039 (diff)
Documentation update
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@899 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/Admin.3')
-rw-r--r--docs/man/man3/Admin.324
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/man/man3/Admin.3 b/docs/man/man3/Admin.3
index 050082e5a..c467589a8 100644
--- a/docs/man/man3/Admin.3
+++ b/docs/man/man3/Admin.3
@@ -1,8 +1,8 @@
-.TH "Admin" 3 "2 May 2004" "InspIRCd" \" -*- nroff -*-
+.TH "Admin" 3 "25 Mar 2005" "InspIRCd" \" -*- nroff -*-
.ad l
.nh
.SH NAME
-Admin \- Holds /ADMIN data This class contains the admin details of the local server.
+Admin \- Holds /ADMIN data This class contains the admin details of the local server.
.PP
.SH SYNOPSIS
@@ -34,31 +34,31 @@ Inherits \fBclassbase\fP.
.in -1c
.SH "Detailed Description"
.PP
-Holds /ADMIN data This class contains the admin details of the local server.
+Holds /ADMIN data This class contains the admin details of the local server.
It is constructed by class \fBServer\fP, and has three read-only values, Name, Email and Nick that contain the specified values for the server where the module is running.
.PP
-Definition at line 104 of file modules.h.
+Definition at line 114 of file modules.h.
.SH "Constructor & Destructor Documentation"
.PP
.SS "Admin::Admin (std::string name, std::string email, std::string nick)"
.PP
-Definition at line 283 of file modules.cpp.
+Definition at line 295 of file modules.cpp.
.PP
.nf
-283 : Name(name), Email(email), Nick(nick) { };
+295 : Name(name), Email(email), Nick(nick) { };
.fi
.SH "Member Data Documentation"
.PP
-.SS "const std::string Admin::Email"
+.SS "const std::string \fBAdmin::Email\fP"
.PP
-Definition at line 107 of file modules.h.
-.SS "const std::string Admin::Name"
+Definition at line 117 of file modules.h.
+.SS "const std::string \fBAdmin::Name\fP"
.PP
-Definition at line 107 of file modules.h.
-.SS "const std::string Admin::Nick"
+Definition at line 117 of file modules.h.
+.SS "const std::string \fBAdmin::Nick\fP"
.PP
-Definition at line 107 of file modules.h.
+Definition at line 117 of file modules.h.
.SH "Author"
.PP