C# Class Yaircc.Net.IRC.SummonMessage

Represents a SUMMON command.
Inheritance: Message
ファイルを表示 Open project: rastating/yaircc

Public Methods

Method Description
SummonMessage ( string user )

Initialises a new instance of the SummonMessage class.

SummonMessage ( string user, string target )

Initialises a new instance of the SummonMessage class.

SummonMessage ( string user, string target, string channel )

Initialises a new instance of the SummonMessage class.

Method Details

SummonMessage() public method

Initialises a new instance of the SummonMessage class.
public SummonMessage ( string user )
user string The user to summon.

SummonMessage() public method

Initialises a new instance of the SummonMessage class.
public SummonMessage ( string user, string target )
user string The user to summon.
target string The server in which the user is on.

SummonMessage() public method

Initialises a new instance of the SummonMessage class.
public SummonMessage ( string user, string target, string channel )
user string The user to summon.
target string The server in which the user is on.
channel string The channel in which to summon the user to.