From 680242c4979d262298ad77a411810e16a0b8c5bc Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 13 Mar 2026 21:46:42 +0000 Subject: Clean up the casemapping checking and comparison code. --- modules/alias.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/alias.cpp') diff --git a/modules/alias.cpp b/modules/alias.cpp index 9f15868f9..b992c6b9b 100644 --- a/modules/alias.cpp +++ b/modules/alias.cpp @@ -69,8 +69,7 @@ class ModuleAlias final * We can, however, use a fancy invention: the multimap. Maps a key to one or more values. * -- w00t */ - typedef insp::flat_multimap AliasMap; - + using AliasMap = insp::casemapped_flat_multimap; AliasMap Aliases; /* whether or not +B users are allowed to use fantasy commands */ -- cgit v1.3.1-10-gc9f91