aboutsummaryrefslogtreecommitdiff
path: root/channel_command.proto
diff options
context:
space:
mode:
Diffstat (limited to 'channel_command.proto')
-rw-r--r--channel_command.proto7
1 files changed, 7 insertions, 0 deletions
diff --git a/channel_command.proto b/channel_command.proto
new file mode 100644
index 0000000..b76f984
--- /dev/null
+++ b/channel_command.proto
@@ -0,0 +1,7 @@
+syntax = "proto3";
+
+package whirl;
+
+message ChannelCommand {
+ string channel = 1;
+}