Property | Type | Description | |
---|---|---|---|
newChannel | string | ||
newIP | string | ||
newPassword | string | ||
newPort | int | ||
newUsername | string |
Property | Type | Description | |
---|---|---|---|
ReceiveChat | Task |
Method | Description | |
---|---|---|
Connect ( ) : bool | ||
IrcConnect ( string IP, int Port, string Username, string Password, string Channel, |
||
StartReceivingChat ( ) : void | ||
passDownloadDetails ( ) : object[] | ||
quitConnect ( ) : void | ||
sendMsg ( string Input ) : void | ||
writeIrc ( string input ) : void |
Method | Description | |
---|---|---|
ReceiveChat ( ) : Task |
public IrcConnect ( string IP, int Port, string Username, string Password, string Channel, |
||
IP | string | |
Port | int | |
Username | string | |
Password | string | |
Channel | string | |
sirc | ||
return | System |