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