Method | Description | |
---|---|---|
CtcpMessageEventArgs ( IrcUser source, IList |
Initializes a new instance of the CtcpMessageEventArgs class.
|
public CtcpMessageEventArgs ( IrcUser source, IList |
||
source | IrcUser | The source of the message. |
targets | IList |
A list of the targets of the message. |
text | string | The text of the message. |
return | System |