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: ph...
Hey guys, I wrote a small "script package". I have a "settings.tcl" where you can define settings for all the other scripts, and you can disable / enable them with "disable<script> 0/1". In every other script I'm checking if this value is 0/1 and then execute or not exe...