diff --git a/Changes b/Changes index 3c91f226c..3cf68802e 100644 --- a/Changes +++ b/Changes @@ -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. diff --git a/src/modules/m_netinfo.c b/src/modules/m_netinfo.c index f53f14f20..e983f9d27 100644 --- a/src/modules/m_netinfo.c +++ b/src/modules/m_netinfo.c @@ -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);