diff options
Diffstat (limited to 'proto')
| -rw-r--r-- | proto/strfail.go | 2 |
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" } |
