From ec217059c38f4de854338ccabf669d2a77e6c94d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 17 May 2022 13:02:58 +0100 Subject: Store a set of list mode pointers in Membership instead of characters. --- src/modules/m_httpd_stats.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_httpd_stats.cpp') diff --git a/src/modules/m_httpd_stats.cpp b/src/modules/m_httpd_stats.cpp index 91bfba6ca..923f82b0a 100644 --- a/src/modules/m_httpd_stats.cpp +++ b/src/modules/m_httpd_stats.cpp @@ -183,7 +183,7 @@ namespace Stats { data << "" << memb->user->uuid << "" << Sanitize(memb->GetAllPrefixChars()) << "" - << memb->modes << ""; + << memb->GetAllPrefixModes() << ""; DumpMeta(data, memb); data << ""; } -- cgit v1.3.1-10-gc9f91