From 4f960bb81ec0b6e9dfa9233ee8ba7f145af60402 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Mon, 2 Oct 2023 20:50:10 +0200 Subject: [PATCH] Update copyright year. --- main.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/main.go b/main.go index 469469f..40cfb05 100644 --- a/main.go +++ b/main.go @@ -10,7 +10,7 @@ import ( "os" "strings" - "github.com/icedream/go-q3net" + quake "github.com/icedream/go-q3net" "gopkg.in/alecthomas/kingpin.v2" ) @@ -117,7 +117,7 @@ func usage() { func main() { fmt.Println("IceCon - Icedream's RCON Client") - fmt.Println("\t\u00A9 2016-2018 Carl Kittelberger/Icedream") + fmt.Println("\t\u00A9 2016-2023 Carl Kittelberger/Icedream") fmt.Println() argAddressTCP := argAddress.TCP() @@ -182,7 +182,6 @@ func main() { if socket != nil { socket.Close() } - } func runConsoleShell() {