C# Class Schumix.Irc.Ctcp.CtcpSender

Inheritance: Schumix.Irc.Commands.CommandInfo
Afficher le fichier Open project: Schumix/Schumix2 Class Usage Examples

Méthodes publiques

Méthode Description
CtcpReply ( IRCMessage sIRCMessage ) : void
CtcpSender ( string ServerName ) : System

Private Methods

Méthode Description
FormatDateTime ( ) : string

Format the current date into date, time, and time zone. Used by Time replies.

FormatIdleTime ( ) : string

For a TimeSpan to show only hours, minutes, and seconds.

Method Details

CtcpReply() public méthode

public CtcpReply ( IRCMessage sIRCMessage ) : void
sIRCMessage Schumix.Framework.Irc.IRCMessage
Résultat void

CtcpSender() public méthode

public CtcpSender ( string ServerName ) : System
ServerName string
Résultat System