mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-05 16:13:13 +02:00
Updated wircd.def. Fixed a bug where USERIP would say USERHOST in the not-enough-parameters numeric
This commit is contained in:
@@ -94,7 +94,7 @@ DLLFUNC CMD_FUNC(m_userip)
|
||||
if (parc < 2)
|
||||
{
|
||||
sendto_one(sptr, rpl_str(ERR_NEEDMOREPARAMS),
|
||||
me.name, parv[0], "USERHOST");
|
||||
me.name, parv[0], "USERIP");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user