Make default configuration work
Use another IRC server package
SUGGESTION: Don't allow channels with the same name
You can't join a channel by its name, as there could be multiple channels with the same name.
SUGGESTION: Don't allow channels with the same name
BUG: Attempting to subscribe to an invalid category ID causes the server to close
When I try to join the channel a
, it tells me
(node:3214) UnhandledPromiseRejectionWarning: CastError: Cast to ObjectId failed for value "a" at path "_id" for model "Category"
at…
BUG: Attempting to subscribe to an invalid category ID causes the server to close
It seems like on Node v12.20.0, it doesn't crash, but instead creates a UnhandledPromiseRejectionWarning.