aboutsummaryrefslogtreecommitdiff
path: root/commands/buddy_list_notify_command.proto
diff options
context:
space:
mode:
Diffstat (limited to 'commands/buddy_list_notify_command.proto')
-rw-r--r--commands/buddy_list_notify_command.proto8
1 files changed, 8 insertions, 0 deletions
diff --git a/commands/buddy_list_notify_command.proto b/commands/buddy_list_notify_command.proto
new file mode 100644
index 0000000..34259ea
--- /dev/null
+++ b/commands/buddy_list_notify_command.proto
@@ -0,0 +1,8 @@
+syntax = "proto3";
+
+package whirl;
+
+message BuddyListNotifyCommand {
+ string buddy_name = 1;
+ int32 logged_on = 2;
+}