Skip to content

Getting page history

Mike.lifeguard edited this page Aug 13, 2011 · 1 revision

Getting page history

my @hist = $bot->get_history($title, $limit, $revid, $direction);

Returns an array containing the history of the specified page in anonymous hashes, with $limit number of revisions. The hash structure is 'revid','oldid','user','comment','timestamp_date', and 'timestamp_time'.