Bot.Nick.Nick C# (CSharp) Method

Nick() public method

public Nick ( ) : System.Collections.Generic
return System.Collections.Generic
        public Nick()
        {
            Help = "nick <nick> - Changes the bot's nick to the one specified.";
            Type = Types.Command;
            AccessLevel = AccessLevels.Anyone;
        }