From ffca6a762dc0ad8d0ffb90eab163cf63d809cd68 Mon Sep 17 00:00:00 2001 From: DukePyrolator Date: Tue, 2 Oct 2012 04:11:52 +0200 Subject: [PATCH] fixed a small bug in the inspircd protocol modules --- modules/protocol/inspircd-ts6.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/protocol/inspircd-ts6.h b/modules/protocol/inspircd-ts6.h index f0af01cc9..bbe687b07 100644 --- a/modules/protocol/inspircd-ts6.h +++ b/modules/protocol/inspircd-ts6.h @@ -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 ¶ms) anope_override {