r-lmr / lmrdashboard

Dashboard project for #linuxmasterrace IRC displaying real-time information
https://dash.linuxmasterrace.org
GNU General Public License v3.0
2 stars 0 forks source link

Bot lines percentage is wrong #79

Closed LoLei closed 3 years ago

LoLei commented 3 years ago

Backend: Bot lines are not added to the total lines Frontend: Currently botLines/normalUserLines instead of botLines/allLines is done

LoLei commented 3 years ago

Theoretically it would suffice if the frontend calculates the percentage as botLines / (botLines + normalUserLines), then the backend would not have to be changed. The original count column in the line_counts table only included normal user lines anyway.