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:
@@ -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
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user