[mw-devel] MW3 r1085 - trunk/src
arthur at sucs.org
arthur at sucs.org
Thu Apr 23 16:44:34 BST 2009
Author: arthur
Date: 2009-04-23 16:44:34 +0100 (Thu, 23 Apr 2009)
New Revision: 1085
Modified:
trunk/src/main.c
Log:
quash left board message on connection drop message, fixes #19
Modified: trunk/src/main.c
===================================================================
--- trunk/src/main.c 2009-04-23 15:35:32 UTC (rev 1084)
+++ trunk/src/main.c 2009-04-23 15:44:34 UTC (rev 1085)
@@ -982,7 +982,7 @@
alarm_cleanup();
/* dont display logoff text if quiet, or if dropped */
- if (!quietmode && exitmode!=1)
+ if (!quietmode && exitmode!=1 && exitmode!=2)
{
broadcast(1, "\03302%s has just left the board.", user->name);
}
More information about the mw-devel
mailing list