IrcClient.quit

Leave and disconnect from the server.

class IrcClient
void
quit
(
in char[] message
)

Parameters

message
Type: char[]

comment sent in quit notification

Throws

$(DPREF exception, UnconnectedClientException) if this client is not connected.

Meta