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_ircv3.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_ircv3.cpp')
| -rw-r--r-- | src/modules/m_ircv3.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/m_ircv3.cpp b/src/modules/m_ircv3.cpp index 4e50ea059..27663930e 100644 --- a/src/modules/m_ircv3.cpp +++ b/src/modules/m_ircv3.cpp @@ -27,7 +27,7 @@ class AwayMessage final : public ClientProtocol::Message { - public: +public: AwayMessage(User* user) : ClientProtocol::Message("AWAY", user) { @@ -53,7 +53,7 @@ class JoinHook final { ClientProtocol::Events::Join extendedjoinmsg; - public: +public: const std::string asterisk; ClientProtocol::EventProvider awayprotoev; AwayMessage awaymsg; @@ -118,12 +118,12 @@ class ModuleIRCv3 final , public AccountEventListener , public Away::EventListener { - private: +private: Cap::Capability cap_accountnotify; JoinHook joinhook; ClientProtocol::EventProvider accountprotoev; - public: +public: ModuleIRCv3() : Module(VF_VENDOR, "Provides the IRCv3 account-notify, away-notify, and extended-join client capabilities.") , AccountEventListener(this) |
