From 45d68e95c90ad0830770950b1ec89410f2fcc811 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 27 Feb 2023 22:11:52 +0000 Subject: Sort opers alphabetically in `/STATS P`. --- include/modules/stats.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/modules') 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& GetRows() const { return rows; } + std::vector& GetRows() { return rows; } /** Get the symbol (letter) indicating what type of STATS was requested * @return Symbol specified by the requesting user -- cgit v1.3.1-10-gc9f91