summaryrefslogtreecommitdiff
path: root/plugins/broadcast/ws/commands/join.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/broadcast/ws/commands/join.go')
-rw-r--r--plugins/broadcast/ws/commands/join.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/broadcast/ws/commands/join.go b/plugins/broadcast/ws/commands/join.go
deleted file mode 100644
index 25943f0a..00000000
--- a/plugins/broadcast/ws/commands/join.go
+++ /dev/null
@@ -1,10 +0,0 @@
-package commands
-
-// Join command to save the connection
-type Join struct {
- Command string `mapstructure:"command"`
-}
-
-func JoinCommand() {
-
-}