mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
80fdbb07ab
PR: 25197 Submitted by: Matt Heckaman <matt@lucida.ca>
12 lines
252 B
Plaintext
12 lines
252 B
Plaintext
--- 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];
|
|
|