From dc957f6bb77c9d89b52f22b605f79f7be110f546 Mon Sep 17 00:00:00 2001 From: citrons Date: Mon, 9 Jun 2025 12:58:52 -0500 Subject: replies --- 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 eb3d1c6..1ce160c 100644 --- a/proto/strfail.go +++ b/proto/strfail.go @@ -18,6 +18,8 @@ func Strfail(fail Object) string { return "message or status is too long" case "not-in-channel": return "you are not a member of this channel: " + fail.Fields[""] + case "bad-reply": + return "this is not a message you can reply to" default: return "unknown error" } -- cgit v1.2.3