summaryrefslogtreecommitdiffstats
path: root/mbbsd/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/io.c')
-rw-r--r--mbbsd/io.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mbbsd/io.c b/mbbsd/io.c
index 56bb4a78..a879f9e9 100644
--- a/mbbsd/io.c
+++ b/mbbsd/io.c
@@ -148,6 +148,10 @@ dogetch()
{
int len;
static time_t lastact;
+#ifdef NOKILLWATERBALL
+ if( currutmp && currutmp->msgcount && !reentrant_write_request )
+ write_request(1);
+#endif
if (ibufsize <= icurrchar) {
if (flushf)