C# Class IrcDotNet.IrcBotUtilities

ファイルを表示 Open project: IrcDotNet/IrcDotNet

Public Methods

Method Description
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

Method Details

SendMessage() public static method

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

SendMessage() public static method

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

SendNotice() public static method

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

SendNotice() public static method

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