From e2f8e75ab86c484e095ea5723f68a96698abbde2 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 17 Mar 2021 06:07:41 +0000 Subject: Pascalize Set in extension item classes. --- src/modules/m_dccallow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/m_dccallow.cpp') diff --git a/src/modules/m_dccallow.cpp b/src/modules/m_dccallow.cpp index d7a2c67b2..566f7889e 100644 --- a/src/modules/m_dccallow.cpp +++ b/src/modules/m_dccallow.cpp @@ -155,7 +155,7 @@ class DCCAllowExt : public SimpleExtItem } // The value was well formed. - set(user, list); + Set(user, list); } std::string ToInternal(const Extensible* container, void* item) const override @@ -263,7 +263,7 @@ class CommandDccallow : public Command if (!dl) { dl = new dccallowlist; - ext.set(user, dl); + ext.Set(user, dl); // add this user to the userlist ul.push_back(user); } -- cgit v1.3.1-10-gc9f91