Just added this to the install file:
The explanations for the eirc template configuration options:
* mainbg
Most components background color. Defaults to system settings.
* mainfg
Most components foreground color. Defaults to system settings.
* textbg
Text area and field background color. Defaults to system settings.
* textfg
Text area and field foreground color. Defaults to system settings.
* selbg
Selected text background color. Defaults to system settings.
* selfg
Selected text foreground color. Defaults to system settings.
* channel
What channel should be automatically opened when a connection is established.
* titleExtra
This is concatenated to the channel or user's name to form the window's title.
* username
What "user name" -sometimes called userid or ident- will be passed to the server. Defaults to vbulletin users usersname.
* realname
What "real name" will be passed to the server.
* nickname
What "nick name" will be put in the nick field at start up. If the character '?' is used somewhere in the VALUE field, it will be changed to
a random number by the client on load. Defaults to vbulletin users usersname.
* login (requires "nickname")
If it's set to anything but "0", it will try to establish a connection to the server on start up.
* spawn_frame
Whether to launch the main window on a separated frame, thus reducing the space needed by the Applet on the webpage and allowing the window
to be resized dynamically.
* frame_width
Sets the width used by the spawned frame.
* frame_height
Sets the height used by the spawned frame.
|