mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
Fix updateContext. Change the colors used to make chat names readable. Fix /me actions in chat. Fix socket.ping()
This commit is contained in:
parent
ab8904a626
commit
127184f997
5 changed files with 20 additions and 11 deletions
|
@ -387,9 +387,6 @@ export default class SocketClient extends Module {
|
|||
// ========================================================================
|
||||
|
||||
_send(command, args, callback) {
|
||||
if ( args.length === 1 )
|
||||
args = args[0];
|
||||
|
||||
if ( ! this.connected )
|
||||
return this.log.warn(`Tried sending command "${command}" while disconnected.`);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue