Schumix.Irc.Flood.AntiFlood.AntiFlood C# (CSharp) Method

AntiFlood() public method

public AntiFlood ( string ServerName ) : System
ServerName string
return System
        public AntiFlood(string ServerName)
        {
            sMyChannelInfo = sIrcBase.Networks[ServerName].sMyChannelInfo;
            sSendMessage = sIrcBase.Networks[ServerName].sSendMessage;
        }