mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 10:10:31 -04:00
11 lines
252 B
Text
11 lines
252 B
Text
--- main.c.orig Sun Feb 18 22:31:06 2001
|
|
+++ main.c Sun Feb 18 22:31:13 2001
|
|
@@ -73,7 +73,7 @@
|
|
int verbatim = 0;
|
|
int prompt_on = 0;
|
|
int funcnum = 0;
|
|
-int enable_chat = 1;
|
|
+int enable_chat = 0;
|
|
char homepath[1025];
|
|
char prompt_line[BUFFER_SIZE];
|
|
|