| 39 | } |
| 40 | |
| 41 | ChatReceivedMessage::ChatReceivedMessage() : fromConnection() {} |
| 42 | |
| 43 | ChatReceivedMessage::ChatReceivedMessage(MessageContext context, ConnectionId fromConnection, String const& fromNick, String const& text) |
| 44 | : context(context), fromConnection(fromConnection), fromNick(fromNick), text(text) {} |
nothing calls this directly
no test coverage detected