Updates for chat from the bbs

This commit is contained in:
Michiel Broek
2003-04-01 21:41:36 +00:00
parent c1f5ccef3c
commit 58ea13aff8
23 changed files with 628 additions and 353 deletions

View File

@@ -633,15 +633,15 @@ struct sysconfig {
int iMaxPageTimes; /* Max Pages per call */
unsigned iAskReason : 1; /* Ask Reason */
int iSysopArea; /* Msg Area if Sysop not in */
unsigned iExternalChat : 1; /* Use External Chat */
char sExternalChat[50]; /* External Chat Program */
unsigned iAutoLog : 1; /* Log Chats ? */
char sChatDevice[20]; /* Chat Device */
unsigned xxExternalChat : 1;
char xExternalChat[50];
unsigned iAutoLog : 1; /* Log Chats */
char xChatDevice[20];
unsigned iChatPromptChk; /* Check for chat at prompt */
unsigned iStopChatTime; /* Stop time during chat */
char cStartTime[7][6]; /* Starting Times */
char cStopTime[7][6]; /* Stop Times */
char sCallScript[51]; /* Sysop External Call scr. */
char xStartTime[7][6];
char xStopTime[7][6];
char xCallScript[51];
/* Mail Options */
char xquotestr[11]; /* Quote String */