1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 04:43:13 +02:00

Fix sending numerics on InspIRCd.

This commit is contained in:
Sadie Powell
2024-02-26 23:54:51 +00:00
parent eb658f87a3
commit 642e68f53a
+1 -1
View File
@@ -340,7 +340,7 @@ public:
{
auto newparams = params;
newparams.insert(newparams.begin(), { Me->GetSID(), dest, stringify(numeric) });
Uplink::SendInternal({}, Me, numeric, newparams);
Uplink::SendInternal({}, Me, "NUM", newparams);
}
void SendModeInternal(const MessageSource &source, Channel *chan, const Anope::string &modes, const std::vector<Anope::string> &values) override