1
0
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:
codemastr
2005-01-22 17:53:49 +00:00
parent cb1ca56cae
commit 282a5f3eab
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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.
+1 -1
View File
@@ -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);