-
- yes
Badly parsed/shown output/ripped from my log follows
This is output result from .timeout REMOVED 1 ASCII Gun
{ type: 'MESSAGE',
data:
{ topic: 'chat_moderator_actions.SOMECHANID',
message: '{"data":{"type":"chat_login_moderation","moderation_action":"time
out","args":["REMOVED","1","ASCII Gun"],"created_by":"barrycarlyon"}}' }
}
This is output result from .timeout REMOVED 600 No Kappa Check
{ type: 'MESSAGE',
data:
{ topic: 'chat_moderator_actions.SOMECHANID',
message: '{"data":{"type":"chat_login_moderation","moderation_action":"time
out","args":["REMOVED","600","No Kappa Check"],"created_by":"barrycarlyon"}}'
} }
This is output result from .ban REMOVED ASCII 17
{ type: 'MESSAGE',
data:
{ topic: 'chat_moderator_actions.SOMECHANID',
message: '{"data":{"type":"chat_login_moderation","moderation_action":"ban"
,"args":["REMOVED","ASCII 17"],"created_by":"barrycarlyon"}}' } }
I don’t see for sure how a pubsub message can be tied to a Chat Message ID as in most cases you just write .timeout which doesn’t have a Chat Message context, (bots can self log). And a lot of mods are often advised not to use the mod shortcut buttons in order to avoid misclicks.