Thresher 1.2 Class Documentation | |
PublicNoticeEventHandler Delegate
A Notice type message was sent to a channel.
[Visual Basic]Public Delegate Sub PublicNoticeEventHandler( _
ByVal
user As
UserInfo, _
ByVal
channel As
String, _
ByVal
notice As
String _
)
Parameters
- user
- The user who sent the message.
- channel
- The target channel.
- notice
- A message.
Requirements
Namespace: Sharkbite.Irc
Assembly: Sharkbite.Thresher (in Sharkbite.Thresher.dll)
See Also
Sharkbite.Irc Namespace | OnPublicNotice