Changes
Jump to navigation
Jump to search
if do local reason = args.reason or args[1] if reason then self._reason = args.reason:lower() end
allow the first positional parameter to be used for the reason
-- Set reason
end