1
0
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:
codemastr
2005-02-25 18:09:09 +00:00
parent b8c9e4fde5
commit ab4a0a31b5
3 changed files with 921 additions and 892 deletions
+1 -1
View File
@@ -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;
}