Thresher 1.2 Class Documentation

CtcpReplyEventHandler Delegate

Someone has replied to a Ctcp request sent by this client.

[Visual Basic]
Public Delegate Sub CtcpReplyEventHandler( _
   ByVal command As String, _
   ByVal who As UserInfo, _
   ByVal reply As String _
)
[C#]
public delegate void CtcpReplyEventHandler(
   string command,
   UserInfo who,
   string reply
);

Parameters

command
The Ctcp command this replies to."
who
Who sent the reply.
reply
The text of the reply.

Requirements

Namespace: Sharkbite.Irc

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

See Also

Sharkbite.Irc Namespace