mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Merge pull request #1187 from SaberUK/master+431
Fix a minor oversight in ERR_NONICKNAMEGIVEN.
This commit is contained in:
commit
aa2fa90c57
@ -47,7 +47,7 @@ CmdResult CommandNick::HandleLocal(const std::vector<std::string>& parameters, L
|
||||
|
||||
if (newnick.empty())
|
||||
{
|
||||
user->WriteNumeric(ERR_NONICKNAMEGIVEN, '*', "No nickname given");
|
||||
user->WriteNumeric(ERR_NONICKNAMEGIVEN, "No nickname given");
|
||||
return CMD_FAILURE;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user