mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-10 01:23:13 +02:00
Reworded a cloak-key error message to make it clearer
This commit is contained in:
@@ -540,3 +540,4 @@
|
||||
[this description will be updated after testing]
|
||||
- Fixed a bug related to the sajoin recode regarding notices displayed (#0002293) reported
|
||||
by Troco.
|
||||
- Reworded a cloak-key error message to make it clearer (#0002297) reported by Bugz.
|
||||
|
||||
@@ -194,7 +194,7 @@ DLLFUNC CMD_FUNC(m_netinfo)
|
||||
if (*parv[4] != '*' && strcmp(buf, parv[4]))
|
||||
{
|
||||
sendto_realops
|
||||
("Link %s is having a DIFFERENT CLOAK KEY - %s != %s. \002YOU SHOULD CORRECT THIS ASAP\002.",
|
||||
("Link %s has a DIFFERENT CLOAK KEY - %s != %s. \002YOU SHOULD CORRECT THIS ASAP\002.",
|
||||
cptr->name, parv[4], buf);
|
||||
}
|
||||
SetNetInfo(cptr);
|
||||
|
||||
Reference in New Issue
Block a user