Thresher 1.2 Class Documentation

CtcpSender.CtcpPingReply Method 

Send back a timestamp so the requester can calculate his ping to this client.

[Visual Basic]
Public Sub CtcpPingReply( _
   ByVal nick As String, _
   ByVal timestamp As String _
)
[C#]
public void CtcpPingReply(
   string nick,
   string timestamp
);

Parameters

nick
The target's nick name.
timestamp
The timestamp sent by the requester.

Exceptions

Exception TypeCondition
ArgumentExceptionIf the nick is invalid or the timestamp is empty.

See Also

CtcpSender Class | Sharkbite.Irc Namespace