Automatic.RandomKicker.RandomKicker C# (CSharp) Method

RandomKicker() public method

public RandomKicker ( ) : System
return System
        public RandomKicker()
        {
            Help = "Kicks certain users with a 1/5 chance every time they say something.";
            Type = Types.UserList;
            AccessLevel = AccessLevels.Anyone;

            userList.Add("SirGir");
        }