public ChannelConf() { this.Autoban = new AutobanConfFile(); this.Channel = new ChannelConfFile(); this.Commands = new CommandsConfFile(); this.World = new WorldConfFile(); }
/// <summary> /// Initilizes default confs. /// </summary> public Conf() { this.Log = new LogConfFile(); this.Database = new DatabaseConfFile(); this.Commands = new CommandsConfFile(); this.World = new WorldConfFile(); }