mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Count swipes and msgs seperately.
This commit is contained in:
@@ -84,7 +84,7 @@ function createHtml(statsType, stats) {
|
||||
html += createStatBlock("Total User Messages", stats.user_msg_count);
|
||||
html += createStatBlock(
|
||||
"Total Character Messages",
|
||||
stats.non_user_msg_count
|
||||
stats.non_user_msg_count - stats.total_swipe_count
|
||||
);
|
||||
html += createStatBlock("Total User Words", stats.user_word_count);
|
||||
html += createStatBlock("Total Character Words", stats.non_user_word_count);
|
||||
|
Reference in New Issue
Block a user