diff --git a/Changes b/Changes index 55d21c078..cbb76ddac 100644 --- a/Changes +++ b/Changes @@ -389,4 +389,5 @@ - Possibly fixed the vhost crashing bug, with much help from IpAddress - Found a way to do +x IPv4 cloaking right. - Added set::cloak-keys { longvalue; longvalue; longvalue; }; for the cipher +- Fixed a NETINFO parameter problem - solves the new NETINFO format \ No newline at end of file diff --git a/src/s_serv.c b/src/s_serv.c index 2a70d9782..2349db20f 100644 --- a/src/s_serv.c +++ b/src/s_serv.c @@ -1921,7 +1921,7 @@ int m_netinfo(cptr, sptr, parc, parv) { sendto_realops ("Link %s is having a different cloak key - %s != %s", - parv[4], buf); + cptr->name, parv[4], buf); } SetNetInfo(cptr); }