C# Class IrcDotNet.IrcBotUtilities

Afficher le fichier Open project: IrcDotNet/IrcDotNet

Méthodes publiques

Méthode 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 méthode

public static SendMessage ( this localUser, IIrcMessageTarget target, string format ) : void
localUser this
target IIrcMessageTarget
format string
Résultat void

SendMessage() public static méthode

public static SendMessage ( this localUser, IList targets, string format ) : void
localUser this
targets IList
format string
Résultat void

SendNotice() public static méthode

public static SendNotice ( this localUser, IIrcMessageTarget target, string format ) : void
localUser this
target IIrcMessageTarget
format string
Résultat void

SendNotice() public static méthode

public static SendNotice ( this localUser, IList targets, string format ) : void
localUser this
targets IList
format string
Résultat void