1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-01 12:06:38 +02:00

- Fixed a wrongly outputted message (in hash collision detect)

This commit is contained in:
stskeeps
2000-06-23 18:07:25 +00:00
parent b6cb4e3661
commit b3d8eb3104
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -385,3 +385,4 @@
- Made admins unable to be shunned
- Made some socket errors which normally only showed up in DEBUGMODE, show
up in ircd.log as well
- Fixed a wrongly outputted message (in hash collision detect)
+1 -1
View File
@@ -571,7 +571,7 @@ int m_server(cptr, sptr, parc, parv)
{
ircsprintf(pp, "Servername %s collides with servername %s (similar hash). Change servername in some way (maybe change case)",
parv[1], f);
return exit_client(cptr, cptr, cptr, f);
return exit_client(cptr, cptr, cptr, pp);
}
if ((acptr = find_name(host, NULL)))
{