Screenshot of administrator message:
http://i.gyazo.com/6fc4334255b31e4b1756cb41959ae2b9.pngLog of hand history:
Hand #1142305-1 - 2014-07-28 00:19:52
Game: NL Hold'em (1500+0) - Blinds 10/20
Site: PokerShibes.com
Table: Admin SNG Test - Table 1
Seat 8: suchflush (1500) - sitting out
Seat 10: Admin (1500)
suchflush has the dealer button
suchflush posts small blind 10
Admin posts big blind 20
** Hole Cards ** [2 players]
suchflush folds
suchflush: "TEST MESSAGE"
Admin: "Test message."
Admin refunded 10
Admin wins Pot (20)
Admin shows [As 3s]
** Deck ** [As 6s 3s Jh]
API information:
>>> mavens.system_get('HistoryChat')
{u'Result': u'Ok', u'Value': u'Yes'}
>>> mavens.tournaments_message('Admin SNG Test', 'TEST MESSAGE')
{u'Result': u'Ok'}
>>> data = mavens.logs_hand_history_data('Admin SNG Test - Table 1', '2014-07-28')
>>> print '\n'.join(l for l in data if 'TEST MESSAGE' in l.upper())
suchflush: "TEST MESSAGE"
Admin: "Test message."
>>>