I get fake errors with conf file
Posted: Mon Mar 21, 2005 12:32 pm
I just installed unreal 3.2.3 on my shell. Configured it and compiled it.
Made the config file with the 3.2.3 Win32 Version and worked fine. (i ran it successfully on my PC). Changed the "load module" section from Windows to Unix so it can work on the shell and then i uploaded it. Got these errors:
I can`t find any real errors... Can`t understand why on Windows works fine and on my shell gives me these errors. I tried 100 times 2 edit the .conf but same error.
Made the config file with the 3.2.3 Win32 Version and worked fine. (i ran it successfully on my PC). Changed the "load module" section from Windows to Unix so it can work on the shell and then i uploaded it. Got these errors:
The unrealircd.conf first 20 lines:* Loading IRCd configuration ..
* unrealircd.conf:1: Ignoring extra data
* unrealircd.conf:1: Ignoring extra data
* unrealircd.conf:1: Ignoring extra data
* unrealircd.conf:2: Ignoring extra data
* unrealircd.conf:3: Ignoring extra data
* unrealircd.conf:4: Ignoring extra data
* unrealircd.conf:5: Ignoring extra data
* unrealircd.conf:6: Ignoring extra data
* unrealircd.conf:7: Ignoring extra data
* unrealircd.conf:7: Ignoring extra data
* unrealircd.conf:8: Ignoring extra data
* unrealircd.conf:10: Ignoring extra data
* unrealircd.conf:13: Ignoring extra data
* unrealircd.conf:19: Ignoring extra data
* unrealircd.conf:20: Ignoring extra data
* unrealircd.conf:20: Ignoring extra data
* unrealircd.conf:22: Ignoring extra data
* unrealircd.conf:23: Ignoring extra data
* unrealircd.conf:24: Ignoring extra data
[error] unrealircd.conf:25: Missing semicolon before close brace
[error] Could not load config file unrealircd.conf
[error] IRCd configuration failed to load
Possible error encountered (IRCd seemily not started)
/* FOR *NIX, uncomment the following 2lines: */
loadmodule "src/modules/commands.so";
loadmodule "src/modules/cloak.so";
/* FOR Windows, uncomment the following 2 lines: */
//loadmodule "modules/commands.dll";
//loadmodule "modules/cloak.dll";
#include "help.conf";
#include "badwords.channel.conf";
#include "badwords.message.conf";
#include "badwords.quit.conf";
#include "spamfilter.conf";
I can`t find any real errors... Can`t understand why on Windows works fine and on my shell gives me these errors. I tried 100 times 2 edit the .conf but same error.