mirror of https://github.com/icedream/icecon.git
Update copyright year.
parent
0e788c4b73
commit
4f960bb81e
5
main.go
5
main.go
|
@ -10,7 +10,7 @@ import (
|
||||||
"os"
|
"os"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/icedream/go-q3net"
|
quake "github.com/icedream/go-q3net"
|
||||||
"gopkg.in/alecthomas/kingpin.v2"
|
"gopkg.in/alecthomas/kingpin.v2"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -117,7 +117,7 @@ func usage() {
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
fmt.Println("IceCon - Icedream's RCON Client")
|
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()
|
fmt.Println()
|
||||||
|
|
||||||
argAddressTCP := argAddress.TCP()
|
argAddressTCP := argAddress.TCP()
|
||||||
|
@ -182,7 +182,6 @@ func main() {
|
||||||
if socket != nil {
|
if socket != nil {
|
||||||
socket.Close()
|
socket.Close()
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func runConsoleShell() {
|
func runConsoleShell() {
|
||||||
|
|
Loading…
Reference in New Issue