diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-19 18:33:34 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-19 18:33:34 +0000 |
commit | 55d0f56eaa0b8dc713b0188a5019493378126dac (patch) | |
tree | 76da5c7e464c2c170a8ca742e31ba12276cedb28 /docs/man/man3/serverstats.3 | |
parent | f62de63955ff77e800360eb140f108b5d2c6c075 (diff) |
Deleted.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2581 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/serverstats.3')
-rw-r--r-- | docs/man/man3/serverstats.3 | 135 |
1 files changed, 0 insertions, 135 deletions
diff --git a/docs/man/man3/serverstats.3 b/docs/man/man3/serverstats.3 deleted file mode 100644 index 9a3d5480c..000000000 --- a/docs/man/man3/serverstats.3 +++ /dev/null @@ -1,135 +0,0 @@ -.TH "serverstats" 3 "19 Dec 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*- -.ad l -.nh -.SH NAME -serverstats \- -.SH SYNOPSIS -.br -.PP -\fC#include <inspircd.h>\fP -.PP -.SS "Public Member Functions" - -.in +1c -.ti -1c -.RI "\fBserverstats\fP ()" -.br -.in -1c -.SS "Public Attributes" - -.in +1c -.ti -1c -.RI "int \fBstatsAccept\fP" -.br -.ti -1c -.RI "int \fBstatsRefused\fP" -.br -.ti -1c -.RI "int \fBstatsUnknown\fP" -.br -.ti -1c -.RI "int \fBstatsCollisions\fP" -.br -.ti -1c -.RI "int \fBstatsDns\fP" -.br -.ti -1c -.RI "int \fBstatsDnsGood\fP" -.br -.ti -1c -.RI "int \fBstatsDnsBad\fP" -.br -.ti -1c -.RI "int \fBstatsConnects\fP" -.br -.ti -1c -.RI "int \fBstatsSent\fP" -.br -.ti -1c -.RI "int \fBstatsRecv\fP" -.br -.ti -1c -.RI "int \fBBoundPortCount\fP" -.br -.in -1c -.SH "Detailed Description" -.PP -Definition at line 74 of file inspircd.h. -.SH "Constructor & Destructor Documentation" -.PP -.SS "serverstats::serverstats ()\fC [inline]\fP" -.PP -Definition at line 89 of file inspircd.h. -.PP -References BoundPortCount, statsAccept, statsCollisions, statsConnects, statsDns, statsDnsBad, statsDnsGood, statsRecv, statsRefused, statsSent, and statsUnknown. -.PP -.nf -90 { -91 statsAccept = statsRefused = statsUnknown = 0; -92 statsCollisions = statsDns = statsDnsGood = 0; -93 statsDnsBad = statsConnects = statsSent = statsRecv = 0; -94 BoundPortCount = 0; -95 } -.fi -.PP -.SH "Member Data Documentation" -.PP -.SS "int \fBserverstats::BoundPortCount\fP" -.PP -Definition at line 87 of file inspircd.h. -.PP -Referenced by serverstats(). -.SS "int \fBserverstats::statsAccept\fP" -.PP -Definition at line 77 of file inspircd.h. -.PP -Referenced by serverstats(). -.SS "int \fBserverstats::statsCollisions\fP" -.PP -Definition at line 80 of file inspircd.h. -.PP -Referenced by force_nickchange(), and serverstats(). -.SS "int \fBserverstats::statsConnects\fP" -.PP -Definition at line 84 of file inspircd.h. -.PP -Referenced by FullConnectUser(), and serverstats(). -.SS "int \fBserverstats::statsDns\fP" -.PP -Definition at line 81 of file inspircd.h. -.PP -Referenced by serverstats(). -.SS "int \fBserverstats::statsDnsBad\fP" -.PP -Definition at line 83 of file inspircd.h. -.PP -Referenced by serverstats(). -.SS "int \fBserverstats::statsDnsGood\fP" -.PP -Definition at line 82 of file inspircd.h. -.PP -Referenced by serverstats(). -.SS "int \fBserverstats::statsRecv\fP" -.PP -Definition at line 86 of file inspircd.h. -.PP -Referenced by serverstats(). -.SS "int \fBserverstats::statsRefused\fP" -.PP -Definition at line 78 of file inspircd.h. -.PP -Referenced by serverstats(). -.SS "int \fBserverstats::statsSent\fP" -.PP -Definition at line 85 of file inspircd.h. -.PP -Referenced by serverstats(). -.SS "int \fBserverstats::statsUnknown\fP" -.PP -Definition at line 79 of file inspircd.h. -.PP -Referenced by serverstats(). - -.SH "Author" -.PP -Generated automatically by Doxygen for InspIRCd from the source code. |