summaryrefslogtreecommitdiff
path: root/proto
diff options
context:
space:
mode:
authorcitrons <citrons@mondecitronne.com>2025-06-09 12:58:52 -0500
committercitrons <citrons@mondecitronne.com>2025-06-09 12:58:52 -0500
commitdc957f6bb77c9d89b52f22b605f79f7be110f546 (patch)
treed8956645e2926e4e649d1c8949b36c01158dfecf /proto
parent51a671c2687b8f67768efd1de82acd33e0579e2b (diff)
replies
Diffstat (limited to 'proto')
-rw-r--r--proto/strfail.go2
1 files changed, 2 insertions, 0 deletions
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"
}