15
edits
mNo edit summary |
(And here's my take on it) |
||
Line 1: | Line 1: | ||
<pre> | |||
# 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 # | ||
Line 6: | Line 7: | ||
menu channel { | menu channel { | ||
- | - | ||
AniDb Mystats: mystats | |||
AniDb Mystats: | |||
} | } | ||
alias | alias mystats { | ||
var %aom.file e:\aom\MyStats.ini | |||
var %nick mwizard | |||
if ($exists(%aom.file)) { | |||
var %anidbepcount $readini(%aom.file, anidb, episodecount) | |||
var %animecount $readini(%aom.file, mylist, animecount) | |||
var %totaleps $readini(%aom.file, mylist, episodecount) | |||
var %Tfilescount $readini(%aom.file, mylist, filecount) | |||
var %mylistsize $readini(%aom.file, mylist, size) | |||
var %epswatched $readini(%aom.file, mylist, episodeswatched) | |||
say MYSTATS: %nick - %animecount Animes, %totaleps Episodes, ( $+ %epswatched Eps / $round($calc(%epswatched / %totaleps * 100 ),3) $+ % Watched) and ( $+ $bytes(%mylistsize).suf $+ , %Tfilescount files, $round($calc(%totaleps / %anidbepcount * 100 ),3) $+ % of aniDB, $round($calc(%epswatched / %anidbepcount * 100 ),3) $+ % Watched) | |||
} | } | ||
} | |||
</pre> |
edits