From d79147e7afe2eca34780c607f78b11f8b3dd017d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 25 Jan 2022 13:59:42 +0000 Subject: Abolish the infernal space before accessibility keywords. --- src/modules/m_dccallow.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/modules/m_dccallow.cpp') diff --git a/src/modules/m_dccallow.cpp b/src/modules/m_dccallow.cpp index 772103e33..46415164d 100644 --- a/src/modules/m_dccallow.cpp +++ b/src/modules/m_dccallow.cpp @@ -74,14 +74,14 @@ static const char* const helptext[] = class BannedFileList final { - public: +public: std::string filemask; std::string action; }; class DCCAllow final { - public: +public: std::string nickname; std::string hostmask; time_t set_on; @@ -108,7 +108,7 @@ bannedfilelist bfl; class DCCAllowExt final : public SimpleExtItem { - public: +public: unsigned long maxentries; DCCAllowExt(Module* Creator) @@ -183,7 +183,7 @@ class DCCAllowExt final class CommandDccallow final : public Command { - public: +public: DCCAllowExt& ext; unsigned long defaultlength; CommandDccallow(Module* parent, DCCAllowExt& Ext) @@ -375,13 +375,13 @@ class CommandDccallow final class ModuleDCCAllow final : public Module { - private: +private: DCCAllowExt ext; CommandDccallow cmd; bool blockchat = false; std::string defaultaction; - public: +public: ModuleDCCAllow() : Module(VF_VENDOR | VF_COMMON, "Allows the server administrator to configure what files are allowed to be sent via DCC SEND and allows users to configure who can send them DCC CHAT and DCC SEND requests.") , ext(this) -- cgit v1.3.1-10-gc9f91