Merge branch 'i#68-exclude-users' into develop
This commit is contained in:
@@ -601,6 +601,11 @@ class RedFamWorker( RedFam ):
|
||||
except pywikibot.exceptions.NoMoveTarget:
|
||||
pass
|
||||
|
||||
# Exclude Users & User Talkpage
|
||||
if page.namespace() == 2 or page.namespace() == 3:
|
||||
self.article_add_status( "user", title=article )
|
||||
continue
|
||||
|
||||
# Toggle talkpage
|
||||
if talkpages and not page.isTalkPage() or\
|
||||
not talkpages and page.isTalkPage():
|
||||
|
||||
Reference in New Issue
Block a user