This commit is contained in:
zefie
2025-06-12 15:55:13 -04:00
parent 2a89118609
commit 7fc9046397

View File

@@ -37,7 +37,7 @@ class WTVIRC {
};
}
socket.write(':irc.local NOTICE AUTH :Welcome to minisrv IRC Server\r\n');
socket.write(':${this.servername} NOTICE AUTH :Welcome to minisrv IRC Server\r\n');
socket.on('data', data => {
const lines = data.split(/\r\n|\n/).filter(Boolean);