Hello, I have recently downloaded the latest version of Unreal IRCD for windows which is 3.2 I have installed it. and configured It, I Guess to what I Think should be right. But I Get this error.
* Loading IRCd configuration ..
* unrealircd.conf:82: Ignoring extra data
* unrealircd.conf:1: loadmodule src/modules/commands.so: failed to load
[error] IRCd configuration failed to load
[deleted http://forums.unrealircd.com/viewtopic.php?f=3&t=1146]
My ircd.config file is as following.
Anybody know whats wrong : S
UNREAL IRCD 3.2 for WINDOWS problems : (
Re: UNREAL IRCD 3.2 for WINDOWS problems : (
You clearly didn't READ the example.conf (seeing as the thread topic says "windows"):
listen 71.17.217.56 :6660-6669;
should be:
listen 71.17.217.56:6660-6669;
Also:/* 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";
listen 71.17.217.56 :6660-6669;
should be:
listen 71.17.217.56:6660-6669;
Your IP: 
Your Country:

Your Country:

Re: UNREAL IRCD 3.2 for WINDOWS problems : (
Sorry.. But I Did that and I Got more errors. Dont get Mad I'm new with IRC and I have been trying to get this working for a week now : S
* Loading IRCd configuration ..
[error] unrealircd.conf:175: tld::motd: ircd.motd: No such file or directory
[error] unrealircd.conf:176: tld::rules: ircd.motd: No such file or directory
[error] 2 errors encountered
[error] IRCd configuration failed to pass testing
thats the errors I Get : S
again the config file is
[deleted http://forums.unrealircd.com/viewtopic.php?f=3&t=1146]
* Loading IRCd configuration ..
[error] unrealircd.conf:175: tld::motd: ircd.motd: No such file or directory
[error] unrealircd.conf:176: tld::rules: ircd.motd: No such file or directory
[error] 2 errors encountered
[error] IRCd configuration failed to pass testing
thats the errors I Get : S
again the config file is
[deleted http://forums.unrealircd.com/viewtopic.php?f=3&t=1146]
Re: UNREAL IRCD 3.2 for WINDOWS problems : (
You need to create those files before starting the server.
Ex Network-Administrator