
ircd@irc.com [~/bahamut-2.0.7]# cd ../ircd ircd@irc.com [~/ircd]# ./ircd bahamut-2.0.7 booting... Security related issues should be sent to coders@dal.net All other issues should be sent to dalnet-src@dal.net Initializing Encryption... No random state found, generating entropy from /dev/urandom... On some systems this may take a while, and can be helped by keeping the system busy, such as pounding on the keyboard. 25% .. 50% .. 75% .. Done. ERROR: Unknown block type near line 4 of /home/ircd/ircd/ircd.conf Server not started ircd@irc.com [~/ircd]# firts lines from my ircd.conf # ========================================================================= # QUICKSTART: server configuration (see reference.conf for details) # ========================================================================= /* server name and administration info */ global { name irc.underchat.net; # IRC name of the server info "UnderChat Hub Server"; # A short info line admin { "Jaqen"; # Three information lines sent "Root Administrator"; # in reply to ADMIN command "jaqen@underchat.net"; }; }; /* server options */