Update copyright year.

pull/18/head
Icedream 2023-10-02 20:50:10 +02:00
parent 0e788c4b73
commit 4f960bb81e
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 2 additions and 3 deletions

View File

@ -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() {