aboutsummaryrefslogtreecommitdiff
path: root/commands/finger_reply_command.proto
blob: 0821c32714939fa306ded461f132a88629656be9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
syntax = "proto3";

package whirl;

import "property_list.proto";

message FingerReplyCommand {
  string user = 1;
  PropertyList property_list = 2;
}