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

package whirl;

message ChannelCommand {
  string channel = 1;
}