We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 138045f commit aa300feCopy full SHA for aa300fe
matterircd_complete.pl
@@ -1419,7 +1419,7 @@ sub stats_show {
1419
$channels = keys %{$cache{'REPLIED'}};
1420
Irssi::print("[matterircd_complete] ${entries} entries across ${channels} channels for threads replied to cache (${REPLIED_CACHE_STATS} updates)");
1421
1422
- my $total_updates = $MSGTHREADID_CACHE_STATS + $NICKNAMES_CACHE_STATS + $REPLIED_CACHE_STATS;
+ my $total_updates = $MSGTHREADID_CACHE_STATS + $MSGTHREAD_POST_ID_CACHE_STATS + $NICKNAMES_CACHE_STATS + $REPLIED_CACHE_STATS;
1423
Irssi::print("[matterircd_complete] \x03%GSaved total of ${total} entries in the cache (${total_updates} total updates)…");
1424
}
1425
Irssi::command_bind('matterircd_complete_stats', 'stats_show');
0 commit comments