Thresher 1.2 Class Documentation

CtcpResponder Constructor 

Create an instance and register handlers for CTCP events. The Connection's CtcpEnable property must be set to true or the connection will not send CTCP events to this responder.

[Visual Basic]
Public Sub New( _
   ByVal connection As Connection _
)
[C#]
public CtcpResponder(
   Connection connection
);

Parameters

connection
The containing connection.

See Also

CtcpResponder Class | Sharkbite.Irc Namespace