aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2022-03-13 11:12:27 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2022-03-13 11:12:27 +0100
commit618dd08d1631f1f9976cf14790350672903756e0 (patch)
treec68b478603c2a12d730649b58a58f69970a64d9d
parent2deb48d6c1c693757240b82943cc559f679d78c1 (diff)
Fix send command error message inconsistency
-rw-r--r--chatcommands.go2
-rw-r--r--go.mod2
-rw-r--r--go.sum4
3 files changed, 4 insertions, 4 deletions
diff --git a/chatcommands.go b/chatcommands.go
index 0473a50..56a9339 100644
--- a/chatcommands.go
+++ b/chatcommands.go
@@ -154,7 +154,7 @@ func init() {
}
}
default:
- return "Usage: send <player | current | all> <server> [name]"
+ return "Usage: send <player <server> <name> | current <server> | all <server>>"
}
return ""
diff --git a/go.mod b/go.mod
index 4301b15..83fa84e 100644
--- a/go.mod
+++ b/go.mod
@@ -2,7 +2,7 @@ module github.com/HimbeerserverDE/mt-multiserver-chatcommands
go 1.17
-require github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20220210163131-02b9bbdea7d0
+require github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20220313095549-11343d9aad49
require (
github.com/HimbeerserverDE/srp v0.0.0-20210331172529-2b5dbec6b82b // indirect
diff --git a/go.sum b/go.sum
index b929051..161638a 100644
--- a/go.sum
+++ b/go.sum
@@ -1,5 +1,5 @@
-github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20220210163131-02b9bbdea7d0 h1:TIHYTBtTkKo8V2RVXhmUlPd1SYPPVUTWR0BhkuF28Ys=
-github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20220210163131-02b9bbdea7d0/go.mod h1:904Iy2bN2+beEv5y0Gl7Xbb6IoiZMlP+Q55gmHYlFp0=
+github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20220313095549-11343d9aad49 h1:+krSCqJuzHneQjFLfMZhBY3zTyxq2hlLTW5ZJTqqEnk=
+github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20220313095549-11343d9aad49/go.mod h1:904Iy2bN2+beEv5y0Gl7Xbb6IoiZMlP+Q55gmHYlFp0=
github.com/HimbeerserverDE/srp v0.0.0-20210331172529-2b5dbec6b82b h1:xqNC1S76U5U+eFyzr5Ld+8aPOLaDFCw6f1uddjui+h8=
github.com/HimbeerserverDE/srp v0.0.0-20210331172529-2b5dbec6b82b/go.mod h1:pxNH8S2nh4n2DWE0ToX5GnnDr/uEAuaAhJsCpkDLIWw=
github.com/anon55555/mt v0.0.0-20210919124550-bcc58cb3048f h1:tZU8VPYLyRrG3Lj9zBZvTVF5tUGciC/2aUIgTcU4WaM=