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