New issue 166 by wid...@gmail.com: Publish comments when adding
http://code.google.com/p/anomalyjobs/issues/detail?id=166
Is this a new command or change to an existing one?
Change to TRIG_ADD behavior
If a new command, write suggested syntax and describe what the command
does:
Add a fifth argument to TRIG_ADD. If set to 1, the added comment will be
published.
Have you coded this? If so, please attach a patch.
Add the following to the end of TRIG_ADD:
;@switch %4=1,@set %0/comment_%q0=no_inherit
Please provide any additional information below.
A game using Jobs wants players to be able to roll dice and have results
posted to +myjobs. In order to prevent possible spoofing, it's more
convenient for the comment to be posted by the command object rather than
the player; however, this makes the roll invisible to the player. This
seems to have potential benefits in other applications as an additional
switch to TRIG_ADD.