Méthode | Description | |
---|---|---|
Disconnect ( string server ) : void | ||
Dispose ( ) : void | ||
IrcBot ( ) : System | ||
Run ( ) : void | ||
Stop ( ) : void |
Méthode | Description | |
---|---|---|
Connect ( string server, |
||
Dispose ( bool disposing ) : void | ||
GetClientFromServerNameMask ( string serverNameMask ) : |
||
GetDefaultReplyTarget ( |
||
InitializeChatCommandProcessors ( ) : void | ||
InitializeCommandProcessors ( ) : void | ||
OnChannelMessageReceived ( |
||
OnChannelNoticeReceived ( |
||
OnChannelUserJoined ( |
||
OnChannelUserLeft ( |
||
OnClientConnect ( |
||
OnClientDisconnect ( |
||
OnClientRegistered ( |
||
OnLocalUserJoinedChannel ( |
||
OnLocalUserLeftChannel ( |
||
OnLocalUserMessageReceived ( |
||
OnLocalUserNoticeReceived ( |
Méthode | Description | |
---|---|---|
IrcClient_Channel_MessageReceived ( object sender, |
||
IrcClient_Channel_NoticeReceived ( object sender, |
||
IrcClient_Channel_UserJoined ( object sender, |
||
IrcClient_Channel_UserLeft ( object sender, |
||
IrcClient_Connected ( object sender, |
||
IrcClient_Disconnected ( object sender, |
||
IrcClient_LocalUser_JoinedChannel ( object sender, |
||
IrcClient_LocalUser_LeftChannel ( object sender, |
||
IrcClient_LocalUser_MessageReceived ( object sender, |
||
IrcClient_LocalUser_NoticeReceived ( object sender, |
||
IrcClient_Registered ( object sender, |
||
ReadChatCommand ( |
||
ReadChatCommand ( |
||
ReadCommand ( string command, IList |
protected Connect ( string server, |
||
server | string | |
registrationInfo | ||
Résultat | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
protected GetClientFromServerNameMask ( string serverNameMask ) : |
||
serverNameMask | string | |
Résultat |
protected GetDefaultReplyTarget ( |
||
client | ||
source | IIrcMessageSource | |
targets | IList |
|
Résultat | IList |
protected abstract InitializeChatCommandProcessors ( ) : void | ||
Résultat | void |
protected abstract InitializeCommandProcessors ( ) : void | ||
Résultat | void |
protected OnChannelMessageReceived ( |
||
channel | ||
e | ||
Résultat | void |
protected OnChannelNoticeReceived ( |
||
channel | ||
e | ||
Résultat | void |
protected OnChannelUserJoined ( |
||
channel | ||
e | ||
Résultat | void |
protected OnChannelUserLeft ( |
||
channel | ||
e | ||
Résultat | void |
protected OnClientConnect ( |
||
client | ||
Résultat | void |
protected OnClientDisconnect ( |
||
client | ||
Résultat | void |
protected OnClientRegistered ( |
||
client | ||
Résultat | void |
protected OnLocalUserJoinedChannel ( |
||
localUser | ||
e | ||
Résultat | void |
protected OnLocalUserLeftChannel ( |
||
localUser | ||
e | ||
Résultat | void |
protected OnLocalUserMessageReceived ( |
||
localUser | ||
e | ||
Résultat | void |
protected OnLocalUserNoticeReceived ( |
||
localUser | ||
e | ||
Résultat | void |