depwl9992 / anomalyjobs

Automatically exported from code.google.com/p/anomalyjobs
0 stars 0 forks source link

Publish comments when adding #166

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by widdis@gmail.com on 4 Apr 2012 at 4:38

GoogleCodeExporter commented 9 years ago
Expected for 6.6.

Original comment by Fleety...@gmail.com on 2 Apr 2013 at 7:10

GoogleCodeExporter commented 9 years ago
Fixed in r426.

Original comment by Fleety...@gmail.com on 2 Apr 2013 at 10:54