Esempio n. 1
0
		public ChannelConf()
		{
			this.Autoban = new AutobanConfFile();
			this.Channel = new ChannelConfFile();
			this.Commands = new CommandsConfFile();
			this.World = new WorldConfFile();
		}