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_repeat.cpp | |
| parent | Fix a few Doxygen comment errors. (diff) | |
Abolish the infernal space before accessibility keywords.
Diffstat (limited to 'src/modules/m_repeat.cpp')
| -rw-r--r-- | src/modules/m_repeat.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/modules/m_repeat.cpp b/src/modules/m_repeat.cpp index 151304c66..bc760499a 100644 --- a/src/modules/m_repeat.cpp +++ b/src/modules/m_repeat.cpp @@ -30,7 +30,7 @@ class ChannelSettings final { - public: +public: enum RepeatAction { ACT_KICK, @@ -69,7 +69,7 @@ class ChannelSettings final class RepeatMode final : public ParamMode<RepeatMode, SimpleExtItem<ChannelSettings>> { - private: +private: struct RepeatItem final { time_t ts; @@ -126,7 +126,7 @@ class RepeatMode final return mx[0][l2]; } - public: +public: ModuleSettings ms; SimpleExtItem<MemberInfo> MemberInfoExt; @@ -265,7 +265,7 @@ class RepeatMode final chset->serialize(out); } - private: +private: bool ParseSettings(User* source, std::string& parameter, ChannelSettings& settings) { irc::sepstream stream(parameter, ':'); @@ -357,12 +357,12 @@ class RepeatMode final class RepeatModule final : public Module { - private: +private: ChanModeReference banmode; CheckExemption::EventProvider exemptionprov; RepeatMode rm; - public: +public: RepeatModule() : Module(VF_VENDOR | VF_COMMON, "Adds channel mode E (repeat) which helps protect against spammers which spam the same message repeatedly.") , banmode(this, "ban") |
