IrcClient.onTopicInfo

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

class IrcClient
void delegate(in char[] channel, in char[] nick, in char[] time)[] onTopicInfo;

Meta