1
0
Fork 0
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:
SirStendec 2017-11-20 16:59:52 -05:00
parent ab8904a626
commit 127184f997
5 changed files with 20 additions and 11 deletions

View file

@ -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.`);