mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-14 19:25:26 -05:00
Remove unused arg from Client.whois
This commit is contained in:
parent
e271a3cd0e
commit
02145b45ad
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ export default class Client extends EventTarget {
|
|||
}
|
||||
}
|
||||
|
||||
whois(target, callback) {
|
||||
whois(target) {
|
||||
var targetCM = this.cm(target);
|
||||
var msg = { command: "WHOIS", params: [target] };
|
||||
return this.roundtrip(msg, (event) => {
|
||||
|
|
Loading…
Reference in a new issue