C# 클래스 IrcDotNet.IrcBotUtilities

파일 보기 프로젝트 열기: IrcDotNet/IrcDotNet

공개 메소드들

메소드 설명
SendMessage ( this localUser, IIrcMessageTarget target, string format ) : void
SendMessage ( this localUser, IList targets, string format ) : void
SendNotice ( this localUser, IIrcMessageTarget target, string format ) : void
SendNotice ( this localUser, IList targets, string format ) : void

메소드 상세

SendMessage() 공개 정적인 메소드

public static SendMessage ( this localUser, IIrcMessageTarget target, string format ) : void
localUser this
target IIrcMessageTarget
format string
리턴 void

SendMessage() 공개 정적인 메소드

public static SendMessage ( this localUser, IList targets, string format ) : void
localUser this
targets IList
format string
리턴 void

SendNotice() 공개 정적인 메소드

public static SendNotice ( this localUser, IIrcMessageTarget target, string format ) : void
localUser this
target IIrcMessageTarget
format string
리턴 void

SendNotice() 공개 정적인 메소드

public static SendNotice ( this localUser, IList targets, string format ) : void
localUser this
targets IList
format string
리턴 void