blob: 1476695c8de65c7f89395d67cc40347365a0919c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** main.c.orig Sat Sep 2 10:20:22 2000
--- main.c Sat Sep 2 10:20:27 2000
***************
*** 70,76 ****
int verbatim = 0;
int prompt_on = 0;
int funcnum = 0;
! int enable_chat = 1;
char homepath[1025];
char prompt_line[BUFFER_SIZE];
--- 70,76 ----
int verbatim = 0;
int prompt_on = 0;
int funcnum = 0;
! int enable_chat = 0;
char homepath[1025];
char prompt_line[BUFFER_SIZE];
|