Regular chat messages. This is using Custom Command syntax, although somewhat limited. The following parameters can be used:
$(timestamp)
- The default chatlog timestamp$(action)
- Whether the message is an action (/me) message$(msg)
- The message text$(twitch-badges)
- Most common badges, abbreviated$(twitch-badge-info)
- Verbose badge info$(user-id)
- User id, if availableName (a display name may contain case or even not resemble the login name at all, e.g. localized):
$(full-nick2)
- "%Username" or "%Localized (Username)" (default)$(full-nick)
- "%Username" or "%Localized"$(display-nick2)
- "Username" or "Localized (Username)"$(display-nick)
- "Username"$(nick)
- "username" (Login name, all lowercase)$(custom-nick)
- Display/custom name (if set)$(special-nick)
- true
if the display name is dfferent from the login nameExample:
$(timestamp) $(twitch-badges)($(user-id)) <$(display-nick2)>$if(action,*) $(msg)