diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-19 18:04:22 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-19 18:04:22 +0000 |
commit | 71bedf497cde8b0b38afbb366828b3df9c2803d6 (patch) | |
tree | c6aad5fdbfeca5143f0eeea296be0aa03e0ec1fc /docs/man/man3/Admin.3 | |
parent | 9a6d5c5152dac57c967e6a936b36f640258fa43d (diff) |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2578 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/Admin.3')
-rw-r--r-- | docs/man/man3/Admin.3 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/man/man3/Admin.3 b/docs/man/man3/Admin.3 index 96c0513ca..b4593f0a1 100644 --- a/docs/man/man3/Admin.3 +++ b/docs/man/man3/Admin.3 @@ -1,4 +1,4 @@ -.TH "Admin" 3 "15 Dec 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*- +.TH "Admin" 3 "19 Dec 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*- .ad l .nh .SH NAME @@ -38,28 +38,28 @@ 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 125 of file modules.h. +Definition at line 143 of file modules.h. .SH "Constructor & Destructor Documentation" .PP .SS "Admin::Admin (\fBstd::string\fP name, \fBstd::string\fP email, \fBstd::string\fP nick)" .PP -Definition at line 163 of file modules.cpp. +Definition at line 162 of file modules.cpp. .PP .nf -163 : Name(name), Email(email), Nick(nick) { }; +162 : Name(name), Email(email), Nick(nick) { }; .fi .PP .SH "Member Data Documentation" .PP .SS "const \fBstd::string\fP \fBAdmin::Email\fP" .PP -Definition at line 128 of file modules.h. +Definition at line 146 of file modules.h. .SS "const \fBstd::string\fP \fBAdmin::Name\fP" .PP -Definition at line 128 of file modules.h. +Definition at line 146 of file modules.h. .SS "const \fBstd::string\fP \fBAdmin::Nick\fP" .PP -Definition at line 128 of file modules.h. +Definition at line 146 of file modules.h. .SH "Author" .PP |