def issuedMatch(self):
info = self.host.pool.queue[0]
ok = askyesno('Challenge',
'There is a challenge %s!' % str(info))
if ok:
self.acceptMatch()
else:
self.refuseMatch()