C# Class SimoBot.Features.TimerFeature.SimoTimer

Datei anzeigen Open project: code-n-beer/SimoBot

Public Methods

Method Description
SimoTimer ( Spam IrcSay, string nick, int delay, string message ) : System

Private Methods

Method Description
TimeInString ( ) : string
TimerFiring ( object source, System.Timers.ElapsedEventArgs e ) : void
TimerMessage ( ) : string

Method Details

SimoTimer() public method

public SimoTimer ( Spam IrcSay, string nick, int delay, string message ) : System
IrcSay Spam
nick string
delay int
message string
return System