From 54db5b5e0aa65eac64ca3ce783a7bdb400134656 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 31 Jan 2022 00:03:39 +0000 Subject: Fix the case of Membership::GetRank. --- src/modules/m_ircv3_invitenotify.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_ircv3_invitenotify.cpp') diff --git a/src/modules/m_ircv3_invitenotify.cpp b/src/modules/m_ircv3_invitenotify.cpp index f2f23b069..916d6fa6f 100644 --- a/src/modules/m_ircv3_invitenotify.cpp +++ b/src/modules/m_ircv3_invitenotify.cpp @@ -44,7 +44,7 @@ public: continue; // Check whether the member has a high enough rank to see the notification - if (memb->getRank() < notifyrank) + if (memb->GetRank() < notifyrank) continue; // Caps are only set on local users -- cgit v1.3.1-10-gc9f91