1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 10:23:12 +02:00

Fix sending the ngircd PASS handler.

This commit is contained in:
Sadie Powell
2024-02-22 19:07:11 +00:00
parent 283137841f
commit a99a00d7c5
+1 -1
View File
@@ -66,7 +66,7 @@ public:
void SendConnect() override
{
Uplink::Send("PASS", Config->Uplinks[Anope::CurrentUplink].password, "0210-IRC+", "Anope|" + Anope::VersionShort(), "CLHMSo P");
Uplink::Send("PASS", Config->Uplinks[Anope::CurrentUplink].password, "0210-IRC+", "Anope|" + Anope::VersionShort() + ":CLHMSo P");
/* Make myself known to myself in the serverlist */
SendServer(Me);