Vanilla List Maling List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Diff for end_tourney.pl
Here's the patch to end_tourney.pl to make it deal with (R1+3) doosh
messages instead of (R1+3 armies):
846c846
< if ( $loserslot =~ /(.*)\+(\d+)\)/ ) {
---
> if ( $loserslot =~ /(.*)\+(\d+) / ) {
There are a few other things I'll look at later.
Minor server issues:
* Iggys shouldn't come in when you take planets in the pre-game, at
least not until we get more slots.
* It always says "45 minutes left in overtime" at the beginning of OT;
the actual clock is correct, but the display is wrong.
* I had a report that the "captain" stayed with the slot after a
captain quit; not sure if this always happens.
-Tom