Yeah right. I should also have [...] That's the spirit.
I expect more composure from you, Bitdiddle, than resorting to a textbook strawman when you have no answer.
I have no idea of what will happen if a thread reach its post limit.
In bbs.scm:post-message you reply with a 200 and "max posts".
(cond ((> post-number *max-posts*)
`(200 () "max posts")) ;; TODO
>>239
Great! Let's hope for no more errors.