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_swhois.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/m_swhois.cpp') diff --git a/src/modules/m_swhois.cpp b/src/modules/m_swhois.cpp index 3f441c07d..41e2f2885 100644 --- a/src/modules/m_swhois.cpp +++ b/src/modules/m_swhois.cpp @@ -78,7 +78,7 @@ class CommandSwhois : public Command if (parameters[1].empty()) swhois.unset(dest); else - swhois.set(dest, parameters[1]); + swhois.Set(dest, parameters[1]); /* Bug #376 - feature request - * To cut down on the amount of commands services etc have to recognise, this only sends METADATA across the network now @@ -136,8 +136,8 @@ class ModuleSWhois if (!swhois.length()) return; - cmd.operblock.set(user, 1); - cmd.swhois.set(user, swhois); + cmd.operblock.Set(user, 1); + cmd.swhois.Set(user, swhois); ServerInstance->PI->SendMetaData(user, "swhois", swhois); } -- cgit v1.3.1-10-gc9f91