From c31e4c6a970b844e500f3feb807e1801b2d55543 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 17 May 2022 13:41:40 +0100 Subject: Add a typedef for a mode rank. --- src/modules/m_spanningtree/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_spanningtree/main.cpp') diff --git a/src/modules/m_spanningtree/main.cpp b/src/modules/m_spanningtree/main.cpp index fd130c787..cc5f27ccc 100644 --- a/src/modules/m_spanningtree/main.cpp +++ b/src/modules/m_spanningtree/main.cpp @@ -374,7 +374,7 @@ ModResult ModuleSpanningTree::HandleConnect(const CommandBase::Params& parameter return MOD_RES_DENY; } -void ModuleSpanningTree::OnUserInvite(User* source, User* dest, Channel* channel, time_t expiry, unsigned int notifyrank, CUList& notifyexcepts) +void ModuleSpanningTree::OnUserInvite(User* source, User* dest, Channel* channel, time_t expiry, ModeHandler::Rank notifyrank, CUList& notifyexcepts) { if (IS_LOCAL(source)) { -- cgit v1.3.1-10-gc9f91