Thresher 1.2 Class Documentation | |
AwayEventHandler Delegate
A Notice or Private message was sent to someone
whose status is away.
[Visual Basic]Public Delegate Sub AwayEventHandler( _
ByVal
nick As
String, _
ByVal
awayMessage As
String _
)
[C#]public delegate void AwayEventHandler(
string nick,
string awayMessage);
Parameters
- nick
- The nick of the user who is away.
- awayMessage
- An away message, if any, set by the user.
Requirements
Namespace: Sharkbite.Irc
Assembly: Sharkbite.Thresher (in Sharkbite.Thresher.dll)
See Also
Sharkbite.Irc Namespace | OnAway