Chat Module - Feb 98 - by Sylvain HUET ----------- This module is a blind chatroom module : it provides a chatroom with any title. This module should be interfaced with a Terminal and get the focus there with the getDialog event. [chatroom] getDialog -> [term] getDialog The text to display is passed in the event 'hear'. [chatroom] hear -> [term] privateMsg You start the chatroom on an event (for example when you click on a button). [button] click -> [chatroom] start You start the term module on entry into the chatroom module. [chatroom] entering -> [term] start You destroy the chatroom module when the term is destroyed [term] destroyed -> [chatroom] destroy User can activate event by typing "go "+event.