Remove a pointless fflush() call in chat()
authorFabian Keil <fk@fabiankeil.de>
Sun, 21 Oct 2012 12:49:54 +0000 (12:49 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 21 Oct 2012 12:49:54 +0000 (12:49 +0000)
commit56b571c3aefc6d07dc63bc23b96704c9fde9d684
treed0cb1217baa2d6fe7b6d152f697713375a27e7d0
parent2ed19f071a3ddae438ced3269cc70b413ace18ae
Remove a pointless fflush() call in chat()

Flushing all streams pretty much all the time for no obvious
reason is ridiculous.
jcc.c