diff options
Diffstat (limited to 'mbbsd/io.c')
-rw-r--r-- | mbbsd/io.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |