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