You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the event "automod" for the "msg_rejected" and "msg_rejected_mandatory"msg-id's. #273
client.on("automod",(channel,msgID,message)=>{});
The msgID of "msg_rejected" means the message was caught by Automod but may still be accepted by a human. "msg_rejected_mandatory" means the message was automatically rejected due to moderation settings.
v1.4.4
The client's connection must now be OPEN instead of not CLOSING and not CLOSED. #338
Trying to send a message while not authorized (using an anonymous identity) will reject with "Cannot send anonymous messages." but still rejecting with "Not connected to server." for disconnected clients.