Nick Name:

Put this html in your webpage to make a chat room gateway:
<form target="entropychat" action="">
Nick Name: <input type="text" name="nick" value="">
<input type="hidden" name="channel" value="">
<input type="submit" value="Enter Chat">
</form>

Java Chat

If you would prefer a java chat, just the link below in any of your pages:
Link Removed