is there a little bug in FillFromRecentChanges? i tried to use something like this:
pl.FillFromRecentChanges(false, false, false, false, false, 1000, 1)
but that dont find changes that where made by bot or by myself.
On WP it looks like
http://en.wikipedia.org/w/index.php?title=Special:RecentChanges&hidebots=0
but in dotnetwikibot.cs it seems written as hideBots, but i am not sure about this.
You are right. It must be "hidebots" there, not "hideBots". And also "hideanons" instead of "hideAnons". Thanks for reporting that.
Fixed in version 2.102.