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:
@@ -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
@@ -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)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user