Remove two remaining single quote strings
This commit is contained in:
@@ -738,7 +738,7 @@ export default class Client extends EventTarget {
|
||||
|
||||
isNick(name) {
|
||||
// A dollar sign is used for server-wide broadcasts
|
||||
return !this.isServer(name) && !this.isChannel(name) && !name.startsWith('$');
|
||||
return !this.isServer(name) && !this.isChannel(name) && !name.startsWith("$");
|
||||
}
|
||||
|
||||
setPingInterval(sec) {
|
||||
|
||||
Reference in New Issue
Block a user