1
0
mirror of https://github.com/mgerb/ServerStatus synced 2026-01-10 03:03:04 +00:00

feat(RCON): added RCON support for UDP servers

This commit is contained in:
2019-01-19 20:08:05 -06:00
parent d0cf0eae78
commit 92d94ed4d4
5 changed files with 74 additions and 14 deletions

View File

@@ -8,11 +8,6 @@ import (
"github.com/mgerb/ServerStatus/serverstatus"
)
// Variables used for command line parameters
var (
BotID string
)
var version = "undefined"
func init() {