C# Class Yaircc.Net.IRC.WallopsMessage

Represents a WALLOPS command.
Inheritance: Message
Afficher le fichier Open project: rastating/yaircc

Méthodes publiques

Méthode Description
WallopsMessage ( string message )

Initialises a new instance of the WallopsMessage class.

Method Details

WallopsMessage() public méthode

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