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

m
no edit summary
mNo edit summary
mNo edit summary
Line 35: Line 35:
fixed a small calculating error in the stats part.
fixed a small calculating error in the stats part.


edit: Adjusted the script for AOM 0.5.10+ and higher.
edit: Adjusted the script for AOM 0.5.10+ and higher. Cleaned the code a little bit also Thx to light
      Cleaned the code a little bit also Thx to light


<pre>
<pre>
Line 199: Line 198:
   var %aom.file e:\aom\MyStats.ini
   var %aom.file e:\aom\MyStats.ini
   if ($exists(%aom.file)) {
   if ($exists(%aom.file)) {
     var %total $readini(%aom.file, $$2 , total)
     var %total $readini(%aom.file, $2, total)
     var %m $readini(%aom.file, $$2 , inmylist)
     var %m $readini(%aom.file, $2, inmylist)
     var %w1 $readini(%aom.file, $$2 , allwatched)
     var %w1 $readini(%aom.file, $2, allwatched)
     var %pw1 $readini(%aom.file, $$2 , partwatched)
     var %pw1 $readini(%aom.file, $2, 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
20

edits

MediaWiki spam blocked by CleanTalk.
MediaWiki spam blocked by CleanTalk.