mirror of
https://github.com/znc/znc.git
synced 2026-06-19 09:35:27 +02:00
+1
-1
@@ -1323,7 +1323,7 @@ void CIRCSock::Connected() {
|
||||
PutIRC("CAP LS 302");
|
||||
|
||||
if (!sPass.empty()) {
|
||||
PutIRC("PASS " + sPass);
|
||||
PutIRC(CMessage(CNick(), "PASS", {sPass}));
|
||||
}
|
||||
|
||||
PutIRC("NICK " + sNick);
|
||||
|
||||
Reference in New Issue
Block a user