Conference Join HISTORY v1.2 Added - Can now display if scripts are available for a conference or not (use the replacement code %S%). Fixed - MAJOR SPEED IMPROVEMENT! See the following changes and fixes as to why... (This change may lead to adding lightbars in a future version. ) Changed - Took out the need for Lines 1 & 2 in the config file. I forgot that the information there can be found inside of PCBOARD.DAT. :) Changed - Before, it would use readline() statements to read the long conference name from the CNAMES file. However, readline statements are terribly slow, so I adopted the method of reading from the CNAMES.ADD file from CNFS.PPS (the PPE used on Salt Air). This change by itself increases execution dramatically. v1.1 - Released 12-10-94 Fixed - Minor bug where before, if the user selected NONSTOP for displaying the conferences, it still paused on every page. Added - Can now display high message number for the conference. Added - Can now display last message read for the user in each conference. v1.0 - Finished 10-12-94 Initial Release.