Allows you to set some text for a text box disclaimer to be displayed above the connect button. This may be useful for legalese such as "By pressing the Connect button, you agree to..." You can use the multiple params to string together very long disclaimer messages. Each param starts a new line in the text box. To skip a line, set the corresponding param to [blank].
Examples:
In a web page:
<param name="disclaimer1" value="This site is not responsible for any of">
<param name="disclaimer2" value="the content displayed in the chat room.">
In a param file:
disclaimer1=This site is not responsible for any of
disclaimer1=the content displayed in the chat room.