mirror of https://github.com/icedream/icecon.git
Update year to 2024.
parent
a6481c8847
commit
3a42381727
|
@ -1,7 +1,7 @@
|
||||||
#  IceCon RCON client
|
#  IceCon RCON client
|
||||||
|
|
||||||
[](https://github.com/icedream/icecon/releases)
|
[](https://github.com/icedream/icecon/releases)
|
||||||

|

|
||||||
|
|
||||||
*IceCon* is a Q3-compatible RCON client. It can connect to any server that implements RCON over a Q3-compatible network protocol (UDP) and even comes with a nice, straight minimal GUI.
|
*IceCon* is a Q3-compatible RCON client. It can connect to any server that implements RCON over a Q3-compatible network protocol (UDP) and even comes with a nice, straight minimal GUI.
|
||||||
|
|
||||||
|
|
2
main.go
2
main.go
|
@ -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-2023 Carl Kittelberger/Icedream")
|
fmt.Println("\t\u00A9 2016-2024 Carl Kittelberger/Icedream")
|
||||||
fmt.Println()
|
fmt.Println()
|
||||||
|
|
||||||
argAddressTCP := argAddress.TCP()
|
argAddressTCP := argAddress.TCP()
|
||||||
|
|
Loading…
Reference in New Issue