IrcClient.handleEnter

Callback for when a user enters our sight.

class IrcClient
void delegate(IrcClient sender, string nick) handleEnter;

Meta