diff options
author | DukePyrolator <DukePyrolator@anope.org> | 2012-10-02 04:14:50 +0200 |
---|---|---|
committer | DukePyrolator <DukePyrolator@anope.org> | 2012-10-02 04:14:50 +0200 |
commit | aec6cac8caa645d4e6a9fed42ca1d7e2f3c5057a (patch) | |
tree | 35e1a16fdca66ea99dbac3bf334dc30f766cd603 /modules/protocol/unreal.cpp | |
parent | ffca6a762dc0ad8d0ffb90eab163cf63d809cd68 (diff) | |
parent | 2d2ab4fec463fc86c552ec79e6ee6ff4b0421341 (diff) |
Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope into 1.9
Diffstat (limited to 'modules/protocol/unreal.cpp')
-rw-r--r-- | modules/protocol/unreal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/protocol/unreal.cpp b/modules/protocol/unreal.cpp index d3b94b26c..de452e196 100644 --- a/modules/protocol/unreal.cpp +++ b/modules/protocol/unreal.cpp @@ -1062,7 +1062,7 @@ struct IRCDMessageSJoin : IRCDMessage struct IRCDMessageTopic : IRCDMessage { - IRCDMessageTopic() : IRCDMessage("TOPIC", 4) { SetFlag(IRCDMESSAGE_REQUIRE_USER); } + IRCDMessageTopic() : IRCDMessage("TOPIC", 4) { } /* ** source = sender prefix |