aboutsummaryrefslogtreecommitdiff
path: root/finger_reply_command.proto
diff options
context:
space:
mode:
Diffstat (limited to 'finger_reply_command.proto')
-rw-r--r--finger_reply_command.proto10
1 files changed, 10 insertions, 0 deletions
diff --git a/finger_reply_command.proto b/finger_reply_command.proto
new file mode 100644
index 0000000..0821c32
--- /dev/null
+++ b/finger_reply_command.proto
@@ -0,0 +1,10 @@
+syntax = "proto3";
+
+package whirl;
+
+import "property_list.proto";
+
+message FingerReplyCommand {
+ string user = 1;
+ PropertyList property_list = 2;
+}