My version tells you the results of the match.
void pool(int stance) {
string result, clannie;
int clan1, clan2;
result = visit_url("clan_viplounge.php?preaction=poolgame&stance="+stance);
if(contains_text(result, "You skillfully defeat")) {
clan1=index_of(result...