Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/grumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/grumble/channel.go')
-rw-r--r--cmd/grumble/channel.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/grumble/channel.go b/cmd/grumble/channel.go
index 7d38863..672c439 100644
--- a/cmd/grumble/channel.go
+++ b/cmd/grumble/channel.go
@@ -6,6 +6,7 @@ package main
import (
"encoding/hex"
+
"mumble.info/grumble/pkg/acl"
)