From 59ee026b3bfd78a67f3141bd362a2f11e9e2c311 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 17 Mar 2021 05:58:47 +0000 Subject: Pascalize Get in extension item classes. --- src/modules/m_nickflood.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/m_nickflood.cpp') diff --git a/src/modules/m_nickflood.cpp b/src/modules/m_nickflood.cpp index c1d4202bb..c892a21fe 100644 --- a/src/modules/m_nickflood.cpp +++ b/src/modules/m_nickflood.cpp @@ -149,7 +149,7 @@ class ModuleNickFlood : public Module Channel* channel = (*i)->chan; ModResult res; - nickfloodsettings *f = nf.ext.get(channel); + nickfloodsettings *f = nf.ext.Get(channel); if (f) { res = CheckExemption::Call(exemptionprov, user, channel, "nickflood"); @@ -188,7 +188,7 @@ class ModuleNickFlood : public Module Channel* channel = (*i)->chan; ModResult res; - nickfloodsettings *f = nf.ext.get(channel); + nickfloodsettings *f = nf.ext.Get(channel); if (f) { res = CheckExemption::Call(exemptionprov, user, channel, "nickflood"); -- cgit v1.3.1-10-gc9f91