From efd3c04f37c8bc295516d090736c745cb72c0a2f Mon Sep 17 00:00:00 2001 From: DukePyrolator Date: Sun, 18 Nov 2012 09:50:23 +0100 Subject: [PATCH] fixed a typo in IRCDMessageSetName in the unreal protocol module --- modules/protocol/unreal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/protocol/unreal.cpp b/modules/protocol/unreal.cpp index 5d3604a34..d07c5eaec 100644 --- a/modules/protocol/unreal.cpp +++ b/modules/protocol/unreal.cpp @@ -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 ¶ms) anope_override {