Comment 2 for bug 190469

Revision history for this message
Jacek Sieka (arnetheduck) wrote :

anything that goes to multi-line edit boxes needs toDOS, although this is a border case since mulitline kick messages are unlikely (toDOS converts to dos line endings)...anyway, I moved toDOS to addChat so that it'll always be used...simpler that way...

A cleaner solution would probably be to add an enum to Message which would say what type of message it is (and remove the StatusMessage signal) and filter by text in nmdc and do it cleanly in adc