Content deleted Content added
Jackmcbarn (talk | contribs) Use new protection retrieval, and prepare for when titleblacklist works here |
Jackmcbarn (talk | contribs) enable titleblacklist checks |
||
Line 28:
return 'templateeditor'
elseif action == 'move' then
if blacklistentry and not blacklistentry.params.autoconfirmed then
return 'accountcreator'
return 'filemover'
else
Line 37:
end
else
if blacklistentry then
return blacklistentry.params.autoconfirmed and 'autoconfirmed' or 'accountcreator'
return level
elseif action == 'upload' then
|