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_hidemode.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_hidemode.cpp')
| -rw-r--r-- | src/modules/m_hidemode.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/m_hidemode.cpp b/src/modules/m_hidemode.cpp index b303b1841..b47b3a885 100644 --- a/src/modules/m_hidemode.cpp +++ b/src/modules/m_hidemode.cpp @@ -29,7 +29,7 @@ class Settings final typedef insp::flat_map<std::string, unsigned int> RanksToSeeMap; RanksToSeeMap rankstosee; - public: +public: unsigned int GetRequiredRank(const ModeHandler& mh) const { RanksToSeeMap::const_iterator it = rankstosee.find(mh.name); @@ -172,7 +172,7 @@ class ModeHook final return HandleResult(finalmsgplist, messagelist); } - public: +public: Settings settings; ModeHook(Module* mod) @@ -185,10 +185,10 @@ class ModeHook final class ModuleHideMode final : public Module { - private: +private: ModeHook modehook; - public: +public: ModuleHideMode() : Module(VF_VENDOR, "Allows mode changes to be hidden from users without a prefix mode ranked equal to or higher than a defined level.") , modehook(this) |
