IRCClient.onJoin

struct IRCClient
void delegate(const User, const Channel, const MessageMetadata) @(safe) onJoin;

Meta