Content deleted Content added
Sync from sandbox - don't automatically add sig if reason appears to be already signed, overridable with sig=yes |
|||
Line 407:
local reason = args.reason or args[2] or 'Please place your rationale for the proposed move here.'
reason = '– ' .. reason
if yesno(args.sign
reason = reason .. ' ~~~~'
end
|