CactusDev / CactusBot

An open source, community-written service-agnostic chat bot
MIT License
30 stars 6 forks source link

Target packet component type #113

Closed 2Cubed closed 7 years ago

2Cubed commented 7 years ago

Should target be a packet component type? Currently, it is just part of a text packet.

{
  "type": "target",
  "data": "%ARGS%",
  "text": "%ARGS%"
}
Innectic commented 7 years ago

Is there any use case for this? I couldn't think of one

2Cubed commented 7 years ago

@Innectic The one that initially comes to mind is on the dashboard, highlighting targets or something.

Innectic commented 7 years ago

Hmm. Good idea, I think this should be added

2Cubed commented 7 years ago

Sweet - I'll implement this Soon™. :ok_hand:

2Cubed commented 7 years ago

Closing, in favor of #248.