DccChat.sendf

Send a single, formatted chat message.

class DccChat
void
sendf
(
FmtArgs...
)
(
in char[] fmt
,
FmtArgs fmtArgs
)

Parameters

fmt char[]

format of message to send. Must not contain newlines.

fmtArgs FmtArgs

fmt is formatted with these arguments.

See Also

$(STDREF format, formattedWrite)

Meta