IRCClient.sendLine

Send a raw IRC command.

class IRCClient
void
sendLine
(
Args...
)
(
string contents
,
Args args
)

Parameters

contents string

format string for the line

args Args

formatting arguments

Meta