C# 클래스 MCDawn.GlobalChatBot

파일 보기 프로젝트 열기: jonnyli1125/MCDawn 1 사용 예제들

공개 메소드들

메소드 설명
DisplayAction ( string temp, IrcEventArgs e ) : void
DisplayMessage ( string temp, IrcEventArgs e ) : void
GetConnectedUsers ( ) : string[]
GlobalChatBot ( ) : System
IsConnected ( ) : bool
OnNickChange ( object sender, NickChangeEventArgs e ) : void
Reset ( ) : void
Say ( string msg, bool devchat = false ) : void

A simple say method for use outside the bot class

ShutDown ( ) : void

비공개 메소드들

메소드 설명
OnAction ( object sender, ActionEventArgs e ) : void
OnChanMessage ( object sender, IrcEventArgs e ) : void
OnConnected ( object sender, EventArgs e ) : void
OnConnecting ( object sender, EventArgs e ) : void
OnDisconnected ( object sender, EventArgs e ) : void
OnJoin ( object sender, JoinEventArgs e ) : void
OnNames ( object sender, NamesEventArgs e ) : void
OnPart ( object sender, PartEventArgs e ) : void
OnQuit ( object sender, QuitEventArgs e ) : void

메소드 상세

DisplayAction() 공개 정적인 메소드

public static DisplayAction ( string temp, IrcEventArgs e ) : void
temp string
e Meebey.SmartIrc4net.IrcEventArgs
리턴 void

DisplayMessage() 공개 정적인 메소드

public static DisplayMessage ( string temp, IrcEventArgs e ) : void
temp string
e Meebey.SmartIrc4net.IrcEventArgs
리턴 void

GetConnectedUsers() 공개 정적인 메소드

public static GetConnectedUsers ( ) : string[]
리턴 string[]

GlobalChatBot() 공개 메소드

public GlobalChatBot ( ) : System
리턴 System

IsConnected() 공개 정적인 메소드

public static IsConnected ( ) : bool
리턴 bool

OnNickChange() 공개 메소드

public OnNickChange ( object sender, NickChangeEventArgs e ) : void
sender object
e Meebey.SmartIrc4net.NickChangeEventArgs
리턴 void

Reset() 공개 정적인 메소드

public static Reset ( ) : void
리턴 void

Say() 공개 정적인 메소드

A simple say method for use outside the bot class
public static Say ( string msg, bool devchat = false ) : void
msg string what to send
devchat bool
리턴 void

ShutDown() 공개 정적인 메소드

public static ShutDown ( ) : void
리턴 void