|
|
|
@ -493,7 +493,7 @@ void KBgEngineFIBS::changeJoin(const TQString &info)
|
|
|
|
|
*/
|
|
|
|
|
void KBgEngineFIBS::keepAlive()
|
|
|
|
|
{
|
|
|
|
|
emit serverString("ABCDEFGHIJKLMNOPTQRSTUVWXYZ");
|
|
|
|
|
emit serverString("ABCDEFGHIJKLMNOPQRSTUVWXYZ");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
@ -1234,7 +1234,7 @@ void KBgEngineFIBS::initPattern()
|
|
|
|
|
pat[RejAcpt] = TQRegExp("Type 'accept' or 'reject'\\.$");
|
|
|
|
|
pat[YouAcpt] = TQRegExp("^You accept the double\\. The cube shows [0-9]+\\.");
|
|
|
|
|
|
|
|
|
|
pat[KeepAlv] = TQRegExp("^\\*\\* Unknown command: 'ABCDEFGHIJKLMNOPTQRSTUVWXYZ'");
|
|
|
|
|
pat[KeepAlv] = TQRegExp("^\\*\\* Unknown command: 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'");
|
|
|
|
|
pat[RatingY] = TQRegExp("You'll see how the rating changes are calculated\\.$");
|
|
|
|
|
pat[RatingN] = TQRegExp("You won't see how the rating changes are calculated\\.$");
|
|
|
|
|
|
|
|
|
|