Make description more clear

This commit is contained in:
Robert Miles 2018-07-13 16:09:36 -04:00
parent 96c2fcf856
commit 7ba9e508f6
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
$count--;
}
}?>) for more info as we flesh out this site</p>
<h3>connection info</h3>
<p>you can connect to tilde.chat on port 6697 with ssl</p>
<p>or localhost 6667 from a shell on any of the member tildes :) (port 7766 on ~town until they're able to switch ircd ports)</p>
@ -39,7 +39,7 @@
$count--;
}
}
echo ", private channel: {$member->private_channel})</li>&nbsp;&nbsp;{$member->description}<br><br>\n";
echo ", private channel: {$member->private_channel})</li>&nbsp;&nbsp;Description: \"{$member->description}\"<br><br>\n";
}
?>
</ul>