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_showwhois.cpp | |
| parent | Fix a few Doxygen comment errors. (diff) | |
Abolish the infernal space before accessibility keywords.
Diffstat (limited to 'src/modules/m_showwhois.cpp')
| -rw-r--r-- | src/modules/m_showwhois.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/m_showwhois.cpp b/src/modules/m_showwhois.cpp index 195d9ff28..5de3a3152 100644 --- a/src/modules/m_showwhois.cpp +++ b/src/modules/m_showwhois.cpp @@ -31,7 +31,7 @@ class SeeWhois final : public SimpleUserMode { - public: +public: SeeWhois(Module* Creator) : SimpleUserMode(Creator, "showwhois", 'W') { @@ -46,7 +46,7 @@ class SeeWhois final class WhoisNoticeCmd final : public Command { - public: +public: WhoisNoticeCmd(Module* Creator) : Command(Creator,"WHOISNOTICE", 2) { access_needed = CmdAccess::SERVER; @@ -78,12 +78,12 @@ class ModuleShowwhois final : public Module , public Whois::EventListener { - private: +private: bool ShowWhoisFromOpers; SeeWhois sw; WhoisNoticeCmd cmd; - public: +public: ModuleShowwhois() : Module(VF_VENDOR | VF_OPTCOMMON, "Adds user mode W (showwhois) which allows users to be informed when someone does a /WHOIS query on their nick.") |
