Function IRCClient.onDisconnect

Called after being disconnected from the network.

void delegate(string) onDisconnect () @property;

void delegate(string) onDisconnect (
  void delegate(string) newValue
) @property;

Parameters

NameDescription
a the reason for quitting