home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Excalibur 58
/
Excalibur_58_cd.bin
/
amiga
/
comm
/
mail
/
fixmail.lha
/
FixMail.br
next >
Wrap
Text File
|
1996-07-24
|
688b
|
24 lines
/* FixMail.br by Neil Bothwick */
/* Sets flags on email conference to fix bug */
/* in Thor4Demon installer */
System = 'Demon' /* The name of your Demon system */
Conf = 'EMail'
CDF_MEMBER_OF = '00000001'x /* Member of this conference. */
CDF_MAIL = '00000002'x /* Private mail conference. */
if ~show('p', 'BBSREAD') then do
address command
'run >nil: `GetEnv THOR/THORPath`bin/LoadBBSRead'
'WaitForPort BBSREAD'
end
address 'BBSREAD'
CONFIGCONF bbsname '"'System'"' confname '"'Conf'"' SET c2x(CDF_MEMBER_OF)
CONFIGCONF bbsname '"'System'"' confname '"'Conf'"' SET c2x(CDF_MAIL)