From cd2d667ca7d3d31dbcf1f3bf0717b744b11ec776 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 26 Mar 2026 22:24:16 +0000 Subject: Switch typedefs to using statements. --- modules/opermotd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/opermotd.cpp') diff --git a/modules/opermotd.cpp b/modules/opermotd.cpp index fd7d3d15d..e5ceef21a 100644 --- a/modules/opermotd.cpp +++ b/modules/opermotd.cpp @@ -36,7 +36,7 @@ enum RPL_ENDOFOMOTD = 722 }; -typedef insp::flat_map> MOTDCache; +using MOTDCache = insp::flat_map>; class CommandOperMOTD final : public Command -- cgit v1.3.1-10-gc9f91