oops console log

This commit is contained in:
Evert Prants 2022-09-25 11:23:15 +03:00
parent 76868287eb
commit 2da387c427
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
1 changed files with 0 additions and 1 deletions

View File

@ -301,7 +301,6 @@ export class IRCConnection
const wholine = lines.find(({ command }) => command === '311');
if (wholine) {
this.options.hostname = wholine.arguments?.[3];
console.log('self-whois hostname', this.options.hostname);
}
}, this.options.nick),
'WHOIS %s',