Closed Gjum closed 9 years ago
The chat data comes in as strings, so we replace all %d, %i, %3$d etc. with %s.
%d
%i
%3$d
%s
The chat data comes in as strings, so we replace all
%d
,%i
,%3$d
etc. with%s
.