You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mike.lifeguard edited this page Aug 13, 2011
·
1 revision
Find the last good revision
my$revid = $bot->get_last("User:Mike.lifeguard/sandbox", "Mike.lifeguard");
print"Reverting to $revid\n"ifdefined($revid);
$bot->revert('User:Mike.lifeguard', $revid, 'rvv');
Returns the revid of the last revision to $page not made by $user. undef is returned if no result was found, as would be the case if the page is deleted.