[pychess] push by gbtami - Fixed issue #696, adding FICS chat channels with 0 players problem on 2012-01-26 19:04 GMT

0 views
Skip to first unread message

pyc...@googlecode.com

unread,
Jan 26, 2012, 2:05:49 PM1/26/12
to pychess...@googlegroups.com
Revision: 51b7dbdedac1
Author: gbtami
Date: Thu Jan 26 11:04:04 2012
Log: Fixed issue #696, adding FICS chat channels with 0 players problem
http://code.google.com/p/pychess/source/detail?r=51b7dbdedac1

Modified:
/lib/pychess/ic/managers/ChatManager.py

=======================================
--- /lib/pychess/ic/managers/ChatManager.py Sun Dec 18 16:37:15 2011
+++ /lib/pychess/ic/managers/ChatManager.py Thu Jan 26 11:04:04 2012
@@ -63,7 +63,7 @@
"Only (.+?) may join channel (\d+)\.")

self.connection.expect_line (self.getNoChannelPlayers,
- "Channel \d+ is empty\.")
+ "Channel (\d+) is empty\.")
self.connection.expect_fromto (self.getChannelPlayers,
"Channel (\d+)(?: \"(\w+)\")?: (.+)",
"(\d+) player(?: is|s are) in channel \d+\.")

Reply all
Reply to author
Forward
0 new messages