Hello guys.
I wrote something like a ranking (most active users).
I store them in a file which looks like:
01|phab
02|bot1
03|anotherone
04|nickname
05|sweety
...
I generate the stats each Sunday (for example). Now I want the bot to inform the channel with something like:
"Active Users v1.0: phab isn't place #1 anymore, nickname got him! phab is now on place 03. Sweety is more active than anotherone this week, too."
I hope you understand... I want to say which user is activer than the others and went up in my ranking.
Any ideas how I could handle this? At the moment I dont know...
Please help!
Regards