diff options
Diffstat (limited to 'chatcommands.go')
-rw-r--r-- | chatcommands.go | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chatcommands.go b/chatcommands.go index 568d1eb..449ba88 100644 --- a/chatcommands.go +++ b/chatcommands.go @@ -1,6 +1,10 @@ package main -func HandleChatCmd(cmd string, args []string) bool { +import ( + "github.com/HimbeerserverDE/mt-multiserver-proxy" +) + +func HandleChatCmd(cc *proxy.ClientConn, cmd string, args []string) bool { switch cmd { default: return false |