C# Class Yaircc.Net.IRC.WallopsMessage

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

Public Methods

Method Description
WallopsMessage ( string message )

Initialises a new instance of the WallopsMessage class.

Method Details

WallopsMessage() public method

Initialises a new instance of the WallopsMessage class.
public WallopsMessage ( string message )
message string The message to send.