TargetedMessageEventArgs Sender Property NetIRC2 IRC Client Library for .NET
The sender. Be aware that some messages may not have a sender, such as NOTICEs from the server at connect time. In this case the sender will be null.

Namespace: NetIrc2.Events
Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public IrcIdentity Sender { get; private set; }
See Also