Thresher 1.2 Class Documentation | |
CtcpPingRequestEventHandler Delegate
Someone has sent a Ctcp Ping request.
[Visual Basic]Public Delegate Sub CtcpPingRequestEventHandler( _
ByVal
who As
UserInfo, _
ByVal
timestamp As
String _
)
[C#]public delegate void CtcpPingRequestEventHandler(
UserInfo who,
string timestamp);
Parameters
- who
- Who sent the request.
- timestamp
- The timestamp which should be sent
back."
Requirements
Namespace: Sharkbite.Irc
Assembly: Sharkbite.Thresher (in Sharkbite.Thresher.dll)
See Also
Sharkbite.Irc Namespace