Thresher 1.2 Class Documentation | |
PartEventHandler Delegate
Someone has left a channel.
[Visual Basic]Public Delegate Sub PartEventHandler( _
ByVal
user As
UserInfo, _
ByVal
channel As
String, _
ByVal
reason As
String _
)
Parameters
- user
- The user who left.
- channel
- The channel he left.
- reason
- The reason for leaving.
Requirements
Namespace: Sharkbite.Irc
Assembly: Sharkbite.Thresher (in Sharkbite.Thresher.dll)
See Also
Sharkbite.Irc Namespace | OnPart