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