--- tomenet/src/client/c-util.c 2005-02-08 16:31:11.000000000 +0200 +++ tomenet/src/client/c-util.c.new 2005-04-30 19:51:17.000000000 +0300 @@ -2224,6 +2224,11 @@ put_str(" ", 22, 0); } + /* Another bad hack, clear the buffer after death - mikaelh */ + if (strstr(msg, "\377RYou die.") - msg == 0) { + Send_clear_buffer(); + } + /* Memorize the message */ #if 1 if ((strstr(msg, nameA) != NULL) || (strstr(msg, nameB) != NULL) || (msg[0] == '[') || \