Newer
Older
Scratch / ubircd / config.c
@Christopher W. Olsen Christopher W. Olsen on 25 Oct 2019 111 bytes Scratch
#include "include/ircd.h"

int ReadConfig(Conf cf) {
  //Config File Stuff Goes Here
  return(1);
  }