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_ident.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/m_ident.cpp') diff --git a/src/modules/m_ident.cpp b/src/modules/m_ident.cpp index fec4f1c53..fa4b44930 100644 --- a/src/modules/m_ident.cpp +++ b/src/modules/m_ident.cpp @@ -103,7 +103,7 @@ enum class IdentRequestSocket final : public EventHandler { - public: +public: LocalUser *user; /* User we are attached to */ std::string result; /* Holds the ident string if done */ time_t age; @@ -276,7 +276,7 @@ class IdentRequestSocket final class ModuleIdent final : public Module { - private: +private: unsigned long timeout; bool prefixunqueried; SimpleExtItem socket; @@ -300,7 +300,7 @@ class ModuleIdent final user->ChangeIdent(newident); } - public: +public: ModuleIdent() : Module(VF_VENDOR, "Allows the usernames (idents) of users to be looked up using the RFC 1413 Identification Protocol.") , socket(this, "ident-socket", ExtensionType::USER) -- cgit v1.3.1-10-gc9f91