diff options
| author | 2022-01-25 13:59:42 +0000 | |
|---|---|---|
| committer | 2022-01-25 14:02:36 +0000 | |
| commit | d79147e7afe2eca34780c607f78b11f8b3dd017d (patch) | |
| tree | a3f9a145dd53f9c1c268ac9b521ac907b802eab0 /src/modules/m_ident.cpp | |
| parent | Fix a few Doxygen comment errors. (diff) | |
| download | inspircd++-d79147e7afe2eca34780c607f78b11f8b3dd017d.tar.gz inspircd++-d79147e7afe2eca34780c607f78b11f8b3dd017d.tar.bz2 inspircd++-d79147e7afe2eca34780c607f78b11f8b3dd017d.zip | |
Abolish the infernal space before accessibility keywords.
Diffstat (limited to 'src/modules/m_ident.cpp')
| -rw-r--r-- | src/modules/m_ident.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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<IdentRequestSocket, stdalgo::cull_delete> 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) |
