mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
(for now), comment out opercount from individual servers in XML stats. This can be addressed in a future release. Bandaid fix for bug #846, reported by SnoFox.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11356 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
a1a5c322ce
commit
c0d37f4557
@ -165,7 +165,8 @@ class ModuleHttpStats : public Module
|
||||
data << "<parentname>" << b->parentname << "</parentname>";
|
||||
data << "<gecos>" << b->gecos << "</gecos>";
|
||||
data << "<usercount>" << b->usercount << "</usercount>";
|
||||
data << "<opercount>" << b->opercount << "</opercount>";
|
||||
// This is currently not implemented, so, commented out.
|
||||
// data << "<opercount>" << b->opercount << "</opercount>";
|
||||
data << "<lagmillisecs>" << b->latencyms << "</lagmillisecs>";
|
||||
data << "</server>";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user