C# Class Squishy.Irc.UnbanTimer

Instances of this class represent a delayed unbanning, completely self-managed.
Show file Open project: jaddie/WCell-Utility-Bot Class Usage Examples

Public Properties

Property Type Description
Channel IrcChannel
Mask string

Public Methods

Method Description
UnbanTimer ( IrcChannel chan, string mask, System.TimeSpan timeout ) : System

Private Methods

Method Description
OnTick ( object sender, System.Timers.ElapsedEventArgs info ) : void

Method Details

UnbanTimer() public method

public UnbanTimer ( IrcChannel chan, string mask, System.TimeSpan timeout ) : System
chan IrcChannel
mask string
timeout System.TimeSpan
return System

Property Details

Channel public property

public IrcChannel,Squishy.Irc Channel
return IrcChannel

Mask public property

public string Mask
return string