aboutsummaryrefslogtreecommitdiff
path: root/commands/buddy_list_update_command.proto
blob: d422f55a72e4a2bc983f4bef0623a3ba898abd31 (plain) (blame)
1
2
3
4
5
6
7
8
syntax = "proto3";

package whirl;

message BuddyListUpdateCommand {
  string buddy = 1;
  int32 add = 2;
}