This module is still very new and very incomplete compared
to what it will be one day.
-It's based in part on ARSC but I ended up rewriting so much
-of it there's hardly a line of code in use that has not
-been changed, so perhaps it's better to say *inspired* by ARSC.
+It's based in part on:
+
+ ARSC: A Really Simple Chat
+ by Manuel Kiessling
+ http://manuel.kiessling.net/projects/software/arsc/
+
+but I ended up rewriting so much of it there's hardly a line
+of code in use that has not been changed, so perhaps it's
+better to say *inspired* by ARSC.
Things to do yet:
<html>
<head>
<title>Message Input</title>
+
+<?php include("$CFG->javascript"); ?>
+
<script language="Javascript">
<!--
scroll_active = true;
<form action="../insert.php" method="GET" target="empty" name="f"
OnSubmit="return empty_field_and_submit()">
>><input type="text" name="chat_message" size="60" value="<?php echo $chat_pretext; ?>">
+<?php helpbutton("chatting", get_string("helpchatting", "chat"), "chat", true, false); ?>
</form>
<form action="../insert.php" method="GET" target="empty" name="fdummy"