summaryrefslogtreecommitdiff
path: root/modules/protocol/solanum.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/protocol/solanum.cpp')
-rw-r--r--modules/protocol/solanum.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/protocol/solanum.cpp b/modules/protocol/solanum.cpp
index c01c4f551..169564ed4 100644
--- a/modules/protocol/solanum.cpp
+++ b/modules/protocol/solanum.cpp
@@ -19,7 +19,7 @@ static ServiceReference<IRCDProto> ratbox("IRCDProto", "ratbox");
class ChannelModeLargeBan : public ChannelMode
{
- public:
+public:
ChannelModeLargeBan(const Anope::string &mname, char modeChar) : ChannelMode(mname, modeChar) { }
bool CanSet(User *u) const override
@@ -31,7 +31,7 @@ class ChannelModeLargeBan : public ChannelMode
class SolanumProto : public IRCDProto
{
- public:
+public:
SolanumProto(Module *creator) : IRCDProto(creator, "Solanum")
{
@@ -370,7 +370,7 @@ class ProtoSolanum : public Module
ModeManager::AddChannelMode(new ChannelMode("OPMODERATED", 'z'));
}
- public:
+public:
ProtoSolanum(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, PROTOCOL | VENDOR),
ircd_proto(this),
message_away(this), message_capab(this), message_error(this), message_invite(this), message_kick(this),