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) {