diff options
author | Robby- <robbyke@gmail.com> | 2012-04-18 13:34:25 +0200 |
---|---|---|
committer | Robby- <robbyke@gmail.com> | 2012-04-18 13:34:25 +0200 |
commit | 334632caf9e94fe950bcc0db7ef2284ab2a6fdd9 (patch) | |
tree | a154c9b699152851c524cb34424c718534c1d305 /src/stats.cpp | |
parent | d383ce9b72bf5c58bb0571998b282cf67cf7635c (diff) |
/STATS: updates
Diffstat (limited to 'src/stats.cpp')
-rw-r--r-- | src/stats.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stats.cpp b/src/stats.cpp index 9c177c780..5a117b5d3 100644 --- a/src/stats.cpp +++ b/src/stats.cpp @@ -41,7 +41,7 @@ void InspIRCd::DoStats(char statschar, User* user, string_list &results) switch (statschar) { - /* stats p (show listening ports and registered clients on each) */ + /* stats p (show listening ports) */ case 'p': { for (size_t i = 0; i < this->ports.size(); i++) @@ -301,7 +301,7 @@ void InspIRCd::DoStats(char statschar, User* user, string_list &results) } break; - /* stats L (show user I/O stats with IP addresses) */ + /* stats L (show user I/O stats with IP addresses) */ case 'L': results.push_back(sn+" 211 "+user->nick+" :nick[ident@ip] sendq cmds_out bytes_out cmds_in bytes_in time_open"); for (std::vector<LocalUser*>::iterator n = this->Users->local_users.begin(); n != this->Users->local_users.end(); n++) |