You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Statistics on how often nicks are said could be useful.
For example, how many times has the name "paradigm" been said in #osu_osc?
I have two proposals for how to go about this:
Parse the logs, find a login, then count the number of times the name is used before the next logout (or end of log). This will only get times nicks are said whne the person is logged on.
Another way is to first go through and find all the logins/logouts to get a list of nicks that have been ever used in the room, then go through and find how many times each is said.
I haven't thought through which is preferable to the other; either would make me happy. Or maybe a third way I've not thought up.
This will be an incomplete list of statistical requests.
of topic changes
The text was updated successfully, but these errors were encountered: