Thresher 1.2 Class Documentation | |
NickEventHandler Delegate
A user changed his nickname.
[Visual Basic]Public Delegate Sub NickEventHandler( _
ByVal
user As
UserInfo, _
ByVal
newNick As
String _
)
[C#]public delegate void NickEventHandler(
UserInfo user,
string newNick);
Parameters
- user
- The user who is changing his nick.
- newNick
- The new nickname.
Requirements
Namespace: Sharkbite.Irc
Assembly: Sharkbite.Thresher (in Sharkbite.Thresher.dll)
See Also
Sharkbite.Irc Namespace | OnNick