Files
chat/internal/handlers
user ba2c113a85
All checks were successful
check / check (push) Successful in 4s
refactor: rename MessageType to IRCMessageType with full API
- Rename MessageType to IRCMessageType (custom int type)
- .Name() returns just the name (e.g. "RPL_LUSEROP")
- .String() returns name + code (e.g. "RPL_LUSEROP <252>")
- .Code() returns zero-padded 3-digit string (e.g. "252")
- .Int() returns the bare int value
- Add FromInt() package-level function with validation
- Update all call sites to use new type and methods
2026-03-10 10:31:22 -07:00
..