diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-24 02:34:33 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-24 02:34:33 +0000 |
commit | 66f0cd6469d2643858c2fcd14726d362696bd68d (patch) | |
tree | 8c3743570ae0a16431fb8f6713023c73e21f1e2f /docs/man/man3/channels.cpp.3 | |
parent | 609873a2abf96a67b29eec1b37cc81c31857376b (diff) |
New methods, new docs
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1484 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/channels.cpp.3')
-rw-r--r-- | docs/man/man3/channels.cpp.3 | 36 |
1 files changed, 15 insertions, 21 deletions
diff --git a/docs/man/man3/channels.cpp.3 b/docs/man/man3/channels.cpp.3 index 1b0bc51c5..dfcb792ac 100644 --- a/docs/man/man3/channels.cpp.3 +++ b/docs/man/man3/channels.cpp.3 @@ -1,4 +1,4 @@ -.TH "channels.cpp" 3 "15 May 2005" "InspIRCd" \" -*- nroff -*- +.TH "channels.cpp" 3 "24 May 2005" "InspIRCd" \" -*- nroff -*- .ad l .nh .SH NAME @@ -156,9 +156,6 @@ channels.cpp \- .RI "time_t \fBnb_start\fP" .br .ti -1c -.RI "std::vector< int > \fBfd_reap\fP" -.br -.ti -1c .RI "std::vector< std::string > \fBmodule_names\fP" .br .ti -1c @@ -199,7 +196,7 @@ channels.cpp \- .PP .SS "#define nspace std" .PP -Definition at line 53 of file channels.cpp. +Definition at line 55 of file channels.cpp. .SH "Variable Documentation" .PP .SS "char \fBAdminEmail\fP[MAXBUF]" @@ -213,18 +210,18 @@ Definition at line 66 of file channels.cpp. Definition at line 68 of file channels.cpp. .SS "std::vector<long> \fBauth_cookies\fP" .PP -Definition at line 95 of file channels.cpp. +Definition at line 94 of file channels.cpp. .SS "int \fBboundPortCount\fP" .PP -Definition at line 89 of file channels.cpp. +Definition at line 88 of file channels.cpp. .SS "std::stringstream \fBconfig_f\fP" .PP -Definition at line 96 of file channels.cpp. +Definition at line 95 of file channels.cpp. .PP Referenced by userrec::HasPermission(). .SS "std::vector<\fBModeParameter\fP> \fBcustom_mode_params\fP" .PP -Definition at line 106 of file channels.cpp. +Definition at line 105 of file channels.cpp. .PP Referenced by chanrec::GetModeParameter(), and chanrec::SetCustomModeParam(). .SS "int \fBdebugging\fP" @@ -232,7 +229,7 @@ Referenced by chanrec::GetModeParameter(), and chanrec::SetCustomModeParam(). Definition at line 77 of file channels.cpp. .SS "int \fBdefaultRoute\fP" .PP -Definition at line 93 of file channels.cpp. +Definition at line 92 of file channels.cpp. .SS "int \fBDieDelay\fP" .PP Definition at line 80 of file channels.cpp. @@ -245,9 +242,6 @@ Definition at line 75 of file channels.cpp. .SS "std::vector<\fBircd_module\fP*> factory" .PP Definition at line 60 of file channels.cpp. -.SS "std::vector<int> \fBfd_reap\fP" -.PP -Definition at line 86 of file channels.cpp. .SS "char \fBlist\fP[MAXBUF]" .PP Definition at line 73 of file channels.cpp. @@ -255,7 +249,7 @@ Definition at line 73 of file channels.cpp. Referenced by Server::GetUsers(). .SS "FILE* \fBlog_file\fP" .PP -Definition at line 100 of file channels.cpp. +Definition at line 99 of file channels.cpp. .SS "int \fBLogLevel\fP" .PP Definition at line 62 of file channels.cpp. @@ -264,15 +258,15 @@ Definition at line 62 of file channels.cpp. Definition at line 83 of file channels.cpp. .SS "\fBserverrec\fP* \fBme\fP[32]" .PP -Definition at line 98 of file channels.cpp. +Definition at line 97 of file channels.cpp. .SS "int \fBMODCOUNT\fP = -1" .PP -Definition at line 996 of file modules.cpp. +Definition at line 1016 of file modules.cpp. .PP Referenced by Server::FindModule(). .SS "std::vector<std::string> \fBmodule_names\fP" .PP -Definition at line 87 of file channels.cpp. +Definition at line 86 of file channels.cpp. .PP Referenced by Server::FindModule(). .SS "std::vector<\fBModule\fP*> modules" @@ -294,10 +288,10 @@ Definition at line 82 of file channels.cpp. Definition at line 64 of file channels.cpp. .SS "int \fBportCount\fP" .PP -Definition at line 90 of file channels.cpp. +Definition at line 89 of file channels.cpp. .SS "int \fBports\fP[MAXSOCKS]" .PP -Definition at line 92 of file channels.cpp. +Definition at line 91 of file channels.cpp. .SS "char \fBPrefixQuit\fP[MAXBUF]" .PP Definition at line 74 of file channels.cpp. @@ -315,13 +309,13 @@ Definition at line 65 of file channels.cpp. Definition at line 63 of file channels.cpp. .SS "int \fBSERVERportCount\fP" .PP -Definition at line 91 of file channels.cpp. +Definition at line 90 of file channels.cpp. .SS "time_t \fBstartup_time\fP" .PP Definition at line 81 of file channels.cpp. .SS "time_t \fBTIME\fP" .PP -Definition at line 102 of file channels.cpp. +Definition at line 101 of file channels.cpp. .PP Referenced by serverrec::serverrec(), and userrec::userrec(). .SS "int \fBWHOWAS_MAX\fP" |