Method | Description | |
---|---|---|
Channel ( |
||
Invite ( |
||
Join ( ) : void | ||
Kick ( |
||
Leave ( string message = "" ) : void | ||
ProcessReply ( object sender, |
||
Say ( string message ) : void |
Method | Description | |
---|---|---|
OnJoined ( |
||
OnLeft ( ) : void | ||
OnMessage ( |
||
OnNamesList ( NamesList e ) : void | ||
OnParted ( |
||
OnTopicChanged ( ) : void |
public Channel ( |
||
client | ||
name | string | |
key | string | |
return | System |
public ProcessReply ( object sender, |
||
sender | object | |
reply | ||
return | void |