C# Class Schumix.Irc.Ctcp.CtcpSender

Inheritance: Schumix.Irc.Commands.CommandInfo
Exibir arquivo Open project: Schumix/Schumix2 Class Usage Examples

Public Methods

Method Description
CtcpReply ( IRCMessage sIRCMessage ) : void
CtcpSender ( string ServerName ) : System

Private Methods

Method 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 method

public CtcpReply ( IRCMessage sIRCMessage ) : void
sIRCMessage Schumix.Framework.Irc.IRCMessage
return void

CtcpSender() public method

public CtcpSender ( string ServerName ) : System
ServerName string
return System