From 9ad9a668d57de7858a85bd8b6b17594113e32598 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 17 Mar 2021 06:15:39 +0000 Subject: Pascalize Unset in extension item classes. --- src/modules/m_dccallow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_dccallow.cpp') diff --git a/src/modules/m_dccallow.cpp b/src/modules/m_dccallow.cpp index 566f7889e..484f8aef1 100644 --- a/src/modules/m_dccallow.cpp +++ b/src/modules/m_dccallow.cpp @@ -122,7 +122,7 @@ class DCCAllowExt : public SimpleExtItem return; // Remove the old list and create a new one. - unset(user); + Unset(user); dccallowlist* list = new dccallowlist(); irc::spacesepstream ts(value); -- cgit v1.3.1-10-gc9f91