aboutsummaryrefslogtreecommitdiff
path: root/include/modules
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-02-27 22:11:52 +0000
committerGravatar Sadie Powell2023-02-27 22:11:52 +0000
commit45d68e95c90ad0830770950b1ec89410f2fcc811 (patch)
treeebdb2c060db03020e58f521b63dcb55ff35df402 /include/modules
parentAllow differentiating non-oper helpers from opers. (diff)
Sort opers alphabetically in `/STATS P`.
Diffstat (limited to 'include/modules')
-rw-r--r--include/modules/stats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/modules/stats.h b/include/modules/stats.h
index bc888f324..4c2949c6c 100644
--- a/include/modules/stats.h
+++ b/include/modules/stats.h
@@ -119,6 +119,7 @@ public:
* @return List of rows generated as reply for the request
*/
const std::vector<Row>& GetRows() const { return rows; }
+ std::vector<Row>& GetRows() { return rows; }
/** Get the symbol (letter) indicating what type of STATS was requested
* @return Symbol specified by the requesting user