1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 19:13:14 +02:00

+- Fixed a NETINFO parameter problem - solves the new NETINFO format

This commit is contained in:
stskeeps
2001-04-11 08:42:50 +00:00
parent 9b5142a14d
commit a385e32c8b
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -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);
}