diff options
author | DukePyrolator <DukePyrolator@anope.org> | 2012-11-18 09:50:23 +0100 |
---|---|---|
committer | DukePyrolator <DukePyrolator@anope.org> | 2012-11-18 09:50:23 +0100 |
commit | efd3c04f37c8bc295516d090736c745cb72c0a2f (patch) | |
tree | c43c54d847cf4feba9ea5bea21dda03aae672dd0 /modules/protocol/unreal.cpp | |
parent | 5fe6f0b2ec1353c79fdc01502b9456c0f2828b88 (diff) |
fixed a typo in IRCDMessageSetName in the unreal protocol module
Diffstat (limited to 'modules/protocol/unreal.cpp')
-rw-r--r-- | modules/protocol/unreal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<Anope::string> ¶ms) anope_override { |