Function IRCClient.onLogin

Called after succesfully logging in to the network.

void delegate() onLogin () @property;

void delegate() onLogin (
  void delegate() newValue
) @property;