summaryrefslogtreecommitdiff
path: root/include/modules/protocol/unreal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules/protocol/unreal.h')
-rw-r--r--include/modules/protocol/unreal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/protocol/unreal.h b/include/modules/protocol/unreal.h
index 305d52bd0..88ed05997 100644
--- a/include/modules/protocol/unreal.h
+++ b/include/modules/protocol/unreal.h
@@ -139,7 +139,7 @@ struct SetName : 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> &params) override;
};