Thresher 1.2 Class Documentation

Connection.EnableCtcp Property

Whether Ctcp commands should be processed and if Ctcp events will be raised.

[Visual Basic]
Public Property EnableCtcp As Boolean
[C#]
public bool EnableCtcp {get; set;}

Property Value

True will enable the CTCP sender and listener and false will cause their property calls to return null.

See Also

Connection Class | Sharkbite.Irc Namespace