fowode / pychess

Automatically exported from code.google.com/p/pychess
GNU General Public License v3.0
0 stars 0 forks source link

pychess not intercepting "You can only have 3 active seeks" messages #804

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Send more than 3 types of seeks on FICS

What is the expected output? What do you see instead?
You're supposed to get the infobar message, "You can only have 3 seeks. Clear 
seeks?"  The regexp in BoardManager isn't intercepting it anymore apparently: 

00:09:42 ('mgatto', 'raw') Info: 90 seek 5 0 r  m wild fr 0-9999
00:09:42 ('mgatto', 'raw') Debug: 90155You can only have 3 active seeks.

fics% You can only have 3 active seeks.
00:09:42 ('mgatto', 'nonmatched') Debug: You can only have 3 active seeks.
00:09:42 ('mgatto', 'command_reply') Debug: 90 155 You can only have 3 active 
seeks.

Original issue reported on code.google.com by mattgatto on 4 Aug 2013 at 7:26

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 29376f18a66e.

Original comment by mattgatto on 8 Aug 2013 at 12:21