diff --git a/stats.php b/stats.php new file mode 100644 index 0000000..1231ed5 --- /dev/null +++ b/stats.php @@ -0,0 +1,16 @@ + +

stats

+There are {$stats->usercount} users across {$stats->channelcount} channels.

\n"; + echo "\t\n\t\t\n"; + foreach($stats->channels as $channel) { + echo "\t\n"; + } + echo "\t
NameUser countTopic
{$channel->name}{$channel->usercount}{$channel->topic}
\n"; +?> +
+

Available in JSON format.

+