Page 1 of 1

I need help pls...

Posted: Sun Nov 21, 2004 8:02 pm
by Mingo
me {
name "ChatNet";

info "Dies ist der HauptServer vom ChatNet";

numeric 1;
};


admin {
"Mingo";
"[email protected]";

};



class clients {

pingfreq 180;
maxclients 500;
recvq 8000;
sendq 300000;

};

class servers {
pingfreq 90;
maxclients 10;
sendq 3000000;
connfreq 120;

};



allow {
ip *@*;
hostname *@*;
class clients;
maxperip 3;

};


tld {
mask *@*;
motd "motd.conf";
rules "rules.conf";

};





oper Mingo {
class clients;
from {
userhost *@*;

};
password "******";
flags {
global;
local;
services-admin;
admin;
can_rehash;
can_die;
can_restart;
helpop;
can_wallops;
can_globops;
can_localroute;
can_globalroute;
can_localkill;
can_globalkill;
can_kline;
can_gzline;
can_gkline;
can_unkline;
can_localnotice;
can_globalnotice;
netadmin;
coadmin;
can_zline;
get_umodew;
get_host;
can_override;


};
snomask cFfkejvGd;

};



listen 217.20.126.37:6601-6669
{
options
{
clientsonly;

};
};



ulines {

};



drpass {
restart "*******";
die "*****";

};


log "ircd.log" {
flags {
oper;
kline;
connects;
server-connects;
kills;
errors;
};
};



ban nick {
mask "*Serv";
reason "Reserved for Services";
};

ban nick {
mask "*Status";
reason "Due to a bug in mirc";
};

ban nick {
mask "*Oper";
reason "Forbidden Nickname";
};


ban realname {
mask "sub7server";
reason "sub7";
};

deny dcc {
filename "*sub7*";
reason "Possible Sub7 Virus";
};





loadmodule "src/modules/commands.so";



set {
network-name "ChatNet.de";
default-server "irc.ChatNet.de";
services-server "services.ChatNet.de";
# stats-server "neostats.irc-guide.de";
help-channel "#help";
hiddenhost-prefix "blah";

modes-on-connect "+xwi";
modes-on-oper "+xwgs";
oper-auto-join "#ircops";
maxchannelsperuser "15";
oper-only-stats "*";
prefix-quit "Quit:";

cloak-keys {
21599;
17758;
25187;
};
kline-address "[email protected]";
dns {
nameserver 217.5.115.77;
timeout 2s;
retries 2s;
};
hosts {

local "locop.ChatNet.de";
global "oper.ChatNet.de";
coadmin "coadmin.ChatNet.de";
admin "serveradmin.ChatNet.de";
servicesadmin "serviceadmin.ChatNet.de";
netadmin "netadmin.ChatNet.de";
host-on-oper-up yes;
options {};
};

This is the error I receive:


[error] unrealircd.conf: Unexpected EOF for section starting on line 171
[error] Could not load config file unrealircd.conf
[error] IRCd configuration failed to load
Possible error encountered (IRCd seemily not started)
=====================================================
Check above for possible errors, and this output of
ircd.log. If you cannot solve the problem, read
Unreal.nfo on where to get support
=====================================================
tail: /home/eggdrop/ChatNet/Unreal3.2/ircd.log: No such file or directory



What is the mistake?

Thanks for help

Mingo

Posted: Sun Nov 21, 2004 8:53 pm
by Dukat
Your set block is not closed by a "};"

Posted: Mon Nov 22, 2004 12:24 am
by jewles
what is with posting your entire configuration file.

Posted: Mon Nov 22, 2004 9:55 am
by Dukat
The maximum post size should probably be reduced in this forum... :?