1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 08:53:11 +02:00

Fix the message counts in RPL_STATSLINKINFO.

This commit is contained in:
Sadie Powell
2026-03-26 11:54:23 +00:00
parent 7e2ef3774b
commit b199d74088
4 changed files with 8 additions and 3 deletions
+2
View File
@@ -18,6 +18,7 @@
#include "servers.h"
#include "users.h"
#include "regchannel.h"
#include "uplink.h"
void Anope::Process(const Anope::string &buffer)
{
@@ -86,6 +87,7 @@ void Anope::ProcessInternal(MessageSource &src, const Anope::string &command, co
{
try
{
UplinkSock->recv_msgs++;
m->Run(src, params, tags);
}
catch (const ProtocolException &err)