Closed lynnfaraday closed 14 years ago
Cannot fix in the suggested manner because +jobs/close sends mail and posts to the BBS, neither of which can be done using a close_job function. Since this is a game-specific issue, suggest further investigation into what permission setting is preventing it from working.
Turns out this was broken by a PennMUSH patch that makes "Judge" an invalid flag for objects. Since the default ISSTAFF check is WrJ, that means objects can't execute staff commands (like +jobs/close).
There are multiple potential solutions to this problem:
Seems to be a permissions issue. Suggested fix: Make a close_job function that you can call instead of adding the +jobs/close at the end.