add note about +s to stats/ page

This commit is contained in:
Ben Harris 2019-03-16 15:29:57 -04:00
parent e489171e37
commit f580bda80d
Signed by untrusted user: ben
GPG Key ID: 4E0AF802FFF7960C
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ include __DIR__."/../header.php";
<h1>stats</h1>
<hr>
<p>There are <?=$stats->usercount?> users across <?=$stats->channelcount?> channels.</p>
<p>there are <?=$stats->usercount?> users across <?=$stats->channelcount?> channels.</p>
<p>if the channel is set with <a href="https://wiki.inspircd.org/Channel_Modes">chanmode +s</a> it will be omitted from this list.</p>
<div class="table-responsive">
<table class="table table-striped table-bordered table-hover">
<thead>