Make the *webadmin module support IRC networks

This commit is contained in:
Kyle Fuller
2011-08-24 13:52:13 +01:00
parent 0f9af26999
commit ee7a2083c8
6 changed files with 459 additions and 154 deletions
+8 -4
View File
@@ -17,15 +17,19 @@
<th>Total Users</th>
<td><? VAR TotalUsers ?></td>
</tr>
<tr class="oddrow">
<th>Attached Users</th>
<td><? VAR AttachedUsers ?></td>
<tr class="oddrow">
<th>Total Networks</th>
<td><? VAR TotalNetworks ?></td>
</tr>
<tr class="evenrow">
<th>Attached Networks</th>
<td><? VAR AttachedNetworks ?></td>
</tr>
<tr class="oddrow">
<th>Total Client Connections</th>
<td><? VAR TotalCConnections ?></td>
</tr>
<tr class="oddrow">
<tr class="evenrow">
<th>Total IRC Connections</th>
<td><? VAR TotalIRCConnections ?></td>
</tr>