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:
@@ -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> ¶ms) anope_override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user