Re: a amount of times a person has joined a channel Epic 1 hour ago
Originally Posted by Fernet
I "stolen it" :-P
     [Linked Image from i.ibb.co]

Originally Posted by Fernet
... is it possibile to write them in a .excel file?
As far as I know, mIRC does not support writing files in ".xlsx" format for reading in Excel. But with the help of third-party tools, you can convert the file ".txt" to ".xlsx".

Originally Posted by Fernet
lines are not in order from high to low ...
Yes, because each new user is written to a new row, and an existing record is overwritten to the same row in which it was found. If you want all the written lines to be displayed in order from highest to lowest count visiting the channel, when the file is opened - you will need to create additional code to constantly sort and rewrite the file data.
But there is a nuance! If there are too many such records over time, I am not sure about good productivity of your mIRC when it performs each new sorting of the file.
4 225 Read More