Remove unused arg from Client.whois
This commit is contained in:
+1
-1
@@ -293,7 +293,7 @@ export default class Client extends EventTarget {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
whois(target, callback) {
|
whois(target) {
|
||||||
var targetCM = this.cm(target);
|
var targetCM = this.cm(target);
|
||||||
var msg = { command: "WHOIS", params: [target] };
|
var msg = { command: "WHOIS", params: [target] };
|
||||||
return this.roundtrip(msg, (event) => {
|
return this.roundtrip(msg, (event) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user