irc commands should be responded only with irc responses. http status codes should only be for session or client connection setup errors or internal server errors.
irc commands should be responded only with irc responses. http status codes should only be for session or client connection setup errors or internal server errors.
clawbot
was assigned by sneak2026-03-08 10:07:32 +01:00
All IRC command handlers now respond with proper IRC numeric replies via the message queue instead of HTTP status codes. HTTP error codes are reserved for transport-level issues only (auth, malformed requests, server errors).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
irc commands should be responded only with irc responses. http status codes should only be for session or client connection setup errors or internal server errors.
Implementation submitted in PR #56.
All IRC command handlers now respond with proper IRC numeric replies via the message queue instead of HTTP status codes. HTTP error codes are reserved for transport-level issues only (auth, malformed requests, server errors).
Numerics implemented: 001, 331, 332, 353, 366, 401, 403, 421, 432, 433, 442, 461 (plus existing 375, 372, 376).
docker build .passes (all tests, linting, formatting).