1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 09:56:38 +02:00

fixed a small bug in the inspircd protocol modules

This commit is contained in:
DukePyrolator
2012-10-02 04:11:52 +02:00
parent a434baed91
commit ffca6a762d
+1 -1
View File
@@ -626,7 +626,7 @@ struct IRCDMessageMode : IRCDMessage
struct IRCDMessageNick : IRCDMessage
{
IRCDMessageNick() : IRCDMessage("NICK", 1) { SetFlag(IRCDMESSAGE_REQUIRE_USER); }
IRCDMessageNick() : IRCDMessage("NICK", 2) { SetFlag(IRCDMESSAGE_REQUIRE_USER); }
bool Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override
{