AniDB O'Matic - mIRC script for statistics: Difference between revisions

older mIRC version support
No edit summary
(older mIRC version support)
Line 2: Line 2:
#                    Made By AnimeNeko Thx to PetriW For this Option                      #
#                    Made By AnimeNeko Thx to PetriW For this Option                      #
#                              Enable statwhoring in aom                                  #
#                              Enable statwhoring in aom                                  #
#                                        v0.2                                              #
# Replace e:\aom\MyStats.ini to the correct Directory and filename. But choose INI in aom. #
# Replace e:\aom\MyStats.ini to the correct Directory and filename. But choose INI in aom. #
#                        You can use it in the ChatChannel and PM                        #
#                        You can use it in the ChatChannel and PM                        #
Line 198: Line 199:
   var %aom.file e:\aom\MyStats.ini
   var %aom.file e:\aom\MyStats.ini
   if ($exists(%aom.file)) {
   if ($exists(%aom.file)) {
    var %animetypeUnknown $$2
     var %total $readini(%aom.file, $$2 , total)
     var %total $readini(%aom.file, %animetypeUnknown, total)
     var %m $readini(%aom.file, $$2 , inmylist)
     var %m $readini(%aom.file, %animetypeUnknown, inmylist)
     var %w1 $readini(%aom.file, $$2 , allwatched)
     var %w1 $readini(%aom.file, %animetypeUnknown, allwatched)
     var %pw1 $readini(%aom.file, $$2 , partwatched)
     var %pw1 $readini(%aom.file, %animetypeUnknown, partwatched)
     say $$1: In AniDB: %total - In Mylist: %m - Watched: %w1 - Partially Watched: %pw1
     say $$1: In AniDB: %total - In Mylist: %m - Watched: %w1 - Partially Watched: %pw1
     return 0
     return 0
Line 210: Line 210:


</pre>
</pre>
* v0.2 : fixed script so it will work with older mIRC versions
here i added a menu to show the AniDB stats, your own stats, and the state of the files. like X files unknown on hdd on cd and deleted.
here i added a menu to show the AniDB stats, your own stats, and the state of the files. like X files unknown on hdd on cd and deleted.
might still have bugs or so :P
might still have bugs or so :P
MediaWiki spam blocked by CleanTalk.
MediaWiki spam blocked by CleanTalk.