> | Item | Returns |
> | p | webpage setting |
p | version | mIRC Stats' version |
p | wintitle | the window title |
p | pagetitle | the page title |
p | nick | the nickname given on the personal tab, not the current nickname in mIRC |
p | anick | the given alternative nickname |
p | fullname | the given full name |
p | location | the given location |
p | age | the given age |
p | gender | male or female |
p | hobbies | the given hobbies |
p | occ | the given occupation |
p | bio | the given bio |
p | email | the given email address |
p | website | the given website |
p | msn | the given msn addy |
p | aim | the given aim addy |
p | icq | the given icq addy |
p | yahoo | the given yahoo addy |
p | nets | the given IRC networks |
p | chans | the given IRC channels |
p | nicks | the given IRC nicknames |
p | showserv | $true if the showing of server information is turned on, otherwise $false |
p | showcount | like showserv, but for the counters |
p | showsys | like showserv, but for the system stats |
p | showtime | like showserv, but for the time data |
p | showpriv | like showserv, but for the private channels |
p | showsec | like showserv, but for the secret channels |
> | t | time setting |
t | time | $time ( $+ $time(z) GMT) |
t | date | $day $mdate ($mdate can return either $date or $udate) |
t | totalonline | total time you've been online |
t | mirc | mIRC uptime ($uptime(mirc,1)) |
t | system | system uptime ($uptime(system,1)) |
> | e | event counter value |
e | date | the date last time the events were reset |
e | started | times you've started mIRC |
e | viewed | times you opened the stats dialog |
e | echo | times you've use /secho |
e | ctcps | times you've replied to a stats ctcp |
e | pagehits | the times your page has been viewed |
e | dccsend | times you've sent a dcc file |
e | dccsendsize | total size of sent dcc files (note, not in bytesize) |
e | dccget | times you've recieved a dcc file |
e | dccgetsize | total size of recieved dcc files (note, not in bytesize) |
e | lines | number lines you've typed |
e | words | number of words you've typed |
e | chars | number of characters you've typed |
e | puncs | number of punctuations you've typed |
e | smilies | number of smilies you've typed |
e | cwords | This one works a bit different from the others, since it can return multiple values. When you use this, a third parameter will have to be used. This is a number which represents the Nth custom word, 0 returns the total words. For example:
$sinfo(e,cwords,0) $sinfo(e,cwords,3)
The first one could return 3, meaning you are keeping track of 3 words.
The second example could return something like custom.moo. In this moo is the word, you can use the entire value in $sinfo() on it's own to get it's count, see the next item. |
e | custom.* | the value for the specified custom word, in the custom.word format, as shown above. |
> | b | been event counter value |
b | oped | times you were oped |
b | deoped | times you were deoped |
b | halfoped | times you were halfoped |
b | dehalfoped | times you were dehalfoped |
b | voiced | times you were voiced |
b | devoiced | times you were devoiced |
b | kicked | times you were kicked |
b | banned | times you were banned |
> | h | have event counter value |
h | oped | times you've oped someone |
h | deoped | times you've deoped someone |
h | halfoped | times you've halfoped someone |
h | dehalfoped | times you've dehalfoped someone |
h | voiced | times you've voiced someone |
h | devoiced | times you've devoiced someone |
h | kicked | times you've kicked someone |
h | banned | times you've banned someone |
h | nick | times you've changed your nick |
h | topic | times you've changed a topic |
h | quit | times you've quit a server |
h | joined | times you've joined a channel |
h | parted | times you've parted a channel |
h | query | times you've opened a query window |
h | connected | times you've connected to a server |
> | s | seen event counter value |
s | oped | times you've seen someone get oped |
s | deoped | times you've seen someone get deoped |
s | halfoped | times you've seen someone get halfoped |
s | dehalfoped | times you've seen someone get dehalfoped |
s | voiced | times you've seen someone get voiced |
s | devoiced | times you've seen someone get devoiced |
s | kicked | times you've seen someone get kicked |
s | banned | times you've seen someone get banned |
s | nick | times you've seen someone change his/her nick |
s | topic | times you've seen someone change a topic |
s | quit | times you've seen someone quit a server |
s | joined | times you've seen someone join a channel |
s | parted | times you've seen someone part a channel |
> | y | system information |
y | cpu | name and type of processor |
y | man | manufacturer of processor |
y | mhz | speed of cpu, in megahertz |
y | cache | cache of cpu, in kilobytes |
y | load | load on cpu, as percentage |
y | ram | ammount of RAM |
y | ramuse | usage of ram, ie: 50% (257MB) |
y | os | name and type of OS |
y | osver | OS version |
y | osbuild | OS build number |
y | osinst | installed for number of years, months, weeks, days, etc.. |
y | osup | current OS (system) uptime |
y | cachesize | size of cache, in bytesize |
y | cacheassoc | cache associativity |
y | cachelines | cache lines |
y | cachelinesize | cache line size |
y | cacheinstrsize | instruction size, in bytesize |
y | cacheinstrassoc | instruction associativity |
y | cacheinstrlines | instruction lines |
y | cacheinstrlinesize | instruction line size |
y | gfx | name and type of GFX card |
y | gfxres | current resolution |
y | gfxref | current refresh rate, in Hz |
y | gfxdepth | current depth, in bit |
y | con | name and type of dail-up modem |
y | conspeed | maximum speed of dail-up modem |
y | condown | downloaded so far |
y | conup | uploaded so far |
y | conactive | has been active for |
y | eth | name and type of network card |
y | ethspeed | maximum speed of network card |
y | ethget | recieved so far, in bytesize |
y | ethsent | sent so far, in bytesize |
y | ip | your ip, same as $ip |
y | upstream | your current upstream, in bytesize |
y | downstream | your current downstream, in bytesize |
> | m | misc system information, returns Yes or No |
m | 3dNow | 3DNow! support |
m | 3dNowExt | Extended 3DNow! support |
m | MMX | MMX support |
m | MMXext | MMX Extensions |
m | CPUID | Supports CPUID instruction |
m | FPU | FPU present |
m | VME | Virtual Mode Extensions |
m | DEBUG | Debug Extensions |
m | PSE | Page Size Extensions |
m | TSC | Time Stamp Counter |
m | MSR | Model Specific Registers |
m | PAE | Page Address Extensions |
m | MCE | Machine Check Extensions |
m | CMPXCHG8 | CMPXCHG8 instruction |
m | APIC | APIC |
m | SYSENTER | SYSENTER/SYSEXIT instruction |
m | MTRR | Memory Type Range Registers instruction |
m | GPE | Global Paging Extensions |
m | MCA | Machine Check Architecture |
m | CMOV | CMOV instruction |
m | PAT | Page Attribute Table |
m | PSE36 | PSE36 (Page Size Extensions) |
m | FXSAVE | FXSAVE/FXRSTOR instruction |
m | SSE | SSE |
m | SSEFP | SSE FP support |