IrcClient.onTopic

Invoked when a _channel is joined, a _topic is set in a _channel or when the current _topic was requested.

class IrcClient
void delegate(in char[] channel, in char[] topic)[] onTopic;

Meta