From fdaf24fd0aff9e1089157fd65d81a5aa3fe550bd Mon Sep 17 00:00:00 2001 From: citrons Date: Mon, 2 Jun 2025 16:32:49 -0500 Subject: user statuses --- proto/strfail.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proto/strfail.go') diff --git a/proto/strfail.go b/proto/strfail.go index 83f314b..eb3d1c6 100644 --- a/proto/strfail.go +++ b/proto/strfail.go @@ -14,6 +14,8 @@ func Strfail(fail Object) string { return "name is in use: " + fail.Fields[""] case "invalid-name": return "name is too long or contains invalid characters: " + fail.Fields[""] + case "too-long": + return "message or status is too long" case "not-in-channel": return "you are not a member of this channel: " + fail.Fields[""] default: -- cgit v1.2.3