diff options
Diffstat (limited to 'include/modules/protocol/plexus.h')
-rw-r--r-- | include/modules/protocol/plexus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/protocol/plexus.h b/include/modules/protocol/plexus.h index b87f3e6c7..0c5d8d8c0 100644 --- a/include/modules/protocol/plexus.h +++ b/include/modules/protocol/plexus.h @@ -33,7 +33,7 @@ class Encap : public IRCDMessage class ServerMessage : public IRCDMessage { public: - ServerMessage(Module *creator) : IRCDMessage(creator, "SERVER", 3) { SetFlag(IRCDMESSAGE_REQUIRE_SERVER); } + ServerMessage(Module *creator) : IRCDMessage(creator, "SERVER", 3) { } void Run(MessageSource &source, const std::vector<Anope::string> ¶ms) override; }; |