FIXME in file /std/modules/m_messages.c line 230:

 Hack to avoid inheriting a mixin.  Better one needed.

Code:
	if (fmt[i+1][0] == '.')
	    res += M_GRAMMAR->punctuate(bit) + fmt[i+1][1..];
	else
	    res += bit + fmt[i+1];
FIXME in file /std/modules/m_messages.c line 262:

 This now always indents continuation lines.  Might want a flag at the
 end to enable or disable that.

Code:
//:FUNCTION inform
//Given an array of participants, and an array of messages, and either an
//object or array of objects, deliver each message to the appropriate
//participant, being careful not to deliver a message twice.
