You might have code that is only logging PRIVMSG and you are not logging everything that is sent to your IRC parsing logic.
That’s referred to as the “raw messages” everything, before it’s submitted to your parser
You might have code that is only logging PRIVMSG and you are not logging everything that is sent to your IRC parsing logic.
That’s referred to as the “raw messages” everything, before it’s submitted to your parser