|
IRCBot Plugin API
v5
|
#include <plugins.h>
Public Attributes | |
| bool | online |
| Is your radio online (depends on setting of PullNameFromAnyServer how it is calculated) More... | |
| bool | title_changed |
| Did the title change from the last scrape? More... | |
| int | bitrate |
| int | listeners |
| int | peak |
| int | maxusers |
| char | curdj [128] |
| The current DJ. More... | |
| char | lastdj [128] |
| The DJ during the previous scrape. More... | |
| char | cursong [512] |
| The current song/stream title. More... | |
This structure contains the latest combined stats for your Sound Servers.
| bool STATS::online |
Is your radio online (depends on setting of PullNameFromAnyServer how it is calculated)
| bool STATS::title_changed |
Did the title change from the last scrape?
| int STATS::bitrate |
| int STATS::listeners |
| int STATS::peak |
| int STATS::maxusers |
| char STATS::curdj[128] |
The current DJ.
| char STATS::lastdj[128] |
The DJ during the previous scrape.
| char STATS::cursong[512] |
The current song/stream title.
1.8.8