oops console log
This commit is contained in:
parent
76868287eb
commit
2da387c427
@ -301,7 +301,6 @@ export class IRCConnection
|
|||||||
const wholine = lines.find(({ command }) => command === '311');
|
const wholine = lines.find(({ command }) => command === '311');
|
||||||
if (wholine) {
|
if (wholine) {
|
||||||
this.options.hostname = wholine.arguments?.[3];
|
this.options.hostname = wholine.arguments?.[3];
|
||||||
console.log('self-whois hostname', this.options.hostname);
|
|
||||||
}
|
}
|
||||||
}, this.options.nick),
|
}, this.options.nick),
|
||||||
'WHOIS %s',
|
'WHOIS %s',
|
||||||
|
Loading…
Reference in New Issue
Block a user