1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 02:46:37 +02:00

fixed a typo in IRCDMessageSetName in the unreal protocol module

This commit is contained in:
DukePyrolator
2012-11-18 09:50:23 +01:00
parent 5fe6f0b2ec
commit efd3c04f37
+1 -1
View File
@@ -972,7 +972,7 @@ struct IRCDMessageSetIdent : IRCDMessage
struct IRCDMessageSetName : IRCDMessage
{
IRCDMessageSetName() : IRCDMessage("STENAME", 1) { }
IRCDMessageSetName() : IRCDMessage("SETNAME", 1) { }
bool Run(MessageSource &source, const std::vector<Anope::string> &params) anope_override
{