From c1f9603bba04de9f1bac1fa70145c9f0dfe22277 Mon Sep 17 00:00:00 2001 From: Ed Kellett Date: Sat, 31 Oct 2020 16:21:48 +0000 Subject: [PATCH] Add a comment explaining match_arrange_stars --- ircd/match.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ircd/match.c b/ircd/match.c index b3e883c3..38641866 100644 --- a/ircd/match.c +++ b/ircd/match.c @@ -104,6 +104,7 @@ int match(const char *mask, const char *name) } } +/* Reorder runs of [?*] in mask to the form ``**...??...'' */ void match_arrange_stars(char *mask) {