summaryrefslogtreecommitdiff
path: root/include/modules/protocol/plexus.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules/protocol/plexus.h')
-rw-r--r--include/modules/protocol/plexus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/modules/protocol/plexus.h b/include/modules/protocol/plexus.h
index d17725be4..b87f3e6c7 100644
--- a/include/modules/protocol/plexus.h
+++ b/include/modules/protocol/plexus.h
@@ -30,10 +30,10 @@ class Encap : public IRCDMessage
void Run(MessageSource &source, const std::vector<Anope::string> &params) override;
};
-class Server : public IRCDMessage
+class ServerMessage : public IRCDMessage
{
public:
- Server(Module *creator) : IRCDMessage(creator, "SERVER", 3) { SetFlag(IRCDMESSAGE_REQUIRE_SERVER); }
+ ServerMessage(Module *creator) : IRCDMessage(creator, "SERVER", 3) { SetFlag(IRCDMESSAGE_REQUIRE_SERVER); }
void Run(MessageSource &source, const std::vector<Anope::string> &params) override;
};