C# Class Dbot.Echo.Program

Afficher le fichier Open project: destinygg/bot

Méthodes publiques

Свойство Type Description
EchoChannel string

Méthodes publiques

Méthode Description
SendToEcho ( string message ) : void

Private Methods

Méthode Description
HandleEventLoop ( IrcClient client ) : void
IrcClient_Channel_MessageReceived ( object sender, IrcMessageEventArgs e ) : void
IrcClient_Channel_NoticeReceived ( object sender, IrcMessageEventArgs e ) : void
IrcClient_Channel_UserJoined ( object sender, IrcChannelUserEventArgs e ) : void
IrcClient_Channel_UserLeft ( object sender, IrcChannelUserEventArgs e ) : void
IrcClient_Disconnected ( object sender, EventArgs e ) : void
IrcClient_LocalUser_JoinedChannel ( object sender, IrcChannelEventArgs e ) : void
IrcClient_LocalUser_LeftChannel ( object sender, IrcChannelEventArgs e ) : void
IrcClient_LocalUser_MessageReceived ( object sender, IrcMessageEventArgs e ) : void
IrcClient_LocalUser_NoticeReceived ( object sender, IrcMessageEventArgs e ) : void
IrcClient_Registered ( object sender, EventArgs e ) : void
Main ( ) : void

Method Details

SendToEcho() public static méthode

public static SendToEcho ( string message ) : void
message string
Résultat void

Property Details

EchoChannel public_oe static_oe property

public static string EchoChannel
Résultat string