This commit is contained in:
2025-09-18 21:00:20 -06:00
parent 0e2d3152e9
commit d7f2b5d1d6
18 changed files with 327 additions and 162 deletions

View File

@@ -20,6 +20,11 @@
in the channel
<a href="<?php echo $irpg_irc_network_address; ?>/<?php echo $irpg_chan; ?>"><?php echo $irpg_chan; ?></a>.
</p>
<?php
if ($irpg_irc_network_info != null && !empty($irpg_irc_network_info)) {
echo " <p><i>$irpg_irc_network_info</i></p>\n";
}
?>
<h2>Registering</h2>
<p>To register, simply:</p>