===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libmediawiki-bot-perl-5.006003/README.mkdn-235-action. The information you need to actually solve the captcha (for example
libmediawiki-bot-perl-5.006003/README.mkdn:236:the URL for the image) is given in `$bot->{error}->{captcha}` as a
libmediawiki-bot-perl-5.006003/README.mkdn-237-hash reference. You will want to grab the keys 'url' (a relative URL to
##############################################
libmediawiki-bot-perl-5.006003/README.mkdn-705-
libmediawiki-bot-perl-5.006003/README.mkdn:706:The keys in each hashref are title, url, and wiki. `$results` is the maximum
libmediawiki-bot-perl-5.006003/README.mkdn-707-number of results that will be returned (not the maximum number of requests that
libmediawiki-bot-perl-5.006003/README.mkdn-708-will be sent, like `max` in the ["Options hashref"](#options-hashref)); the default is to
libmediawiki-bot-perl-5.006003/README.mkdn:709:attempt to fetch 500 (set to 0 to get all results). `$filterlocal` will filter
libmediawiki-bot-perl-5.006003/README.mkdn-710-out local uses of the image.
##############################################
libmediawiki-bot-perl-5.006003/README.mkdn-1076-RCIDs as patrolled, you may pass an arrayref of them. Returns false and sets
libmediawiki-bot-perl-5.006003/README.mkdn:1077:`$bot->{error}` if the account cannot patrol.
libmediawiki-bot-perl-5.006003/README.mkdn-1078-
##############################################
libmediawiki-bot-perl-5.006003/README.mkdn-1150-
libmediawiki-bot-perl-5.006003/README.mkdn:1151:If on your target wiki is enabled uploading from URL, meaning `$wgAllowCopyUploads`
libmediawiki-bot-perl-5.006003/README.mkdn-1152-is set to true in LocalSettings.php and you have appropriate user rights, you
##############################################
libmediawiki-bot-perl-5.006003/README.mkdn-1211-All functions will return undef in any handled error situation. Further error
libmediawiki-bot-perl-5.006003/README.mkdn:1212:data is stored in `$bot->{error}->{code}` and `$bot->{error}->{details}`.
libmediawiki-bot-perl-5.006003/README.mkdn-1213-