Thresher 1.2 Class Documentation

CtcpSender Class

This class allows the client to send CTCP commands. There is no limit on what commands can actually be sent, however, the accepted CTCP commands are: UserInfo, Finger, Version, Source, ClientInfo, ErrMsg, and Time. Action, though it is also a CTCP command, is so common that it is handled by the normal sender class.

For a list of all members of this type, see CtcpSender Members.

System.Object
   CommandBuilder
      CtcpSender

[Visual Basic]
NotInheritable Public Class CtcpSender
Inherits CommandBuilder
[C#]
public sealed class CtcpSender : CommandBuilder

Requirements

Namespace: Sharkbite.Irc

Assembly: Sharkbite.Thresher (in Sharkbite.Thresher.dll)

See Also

CtcpSender Members | Sharkbite.Irc Namespace