Page 1 of 1

New, but desperate

Posted: Tue Oct 17, 2006 7:28 pm
by usahed
okay, i downloaded unrealircd 3.2.5 win32, i dont understand a whole lot of this and i got this so far (tell me if any is wrong).. i got stuck on the last part
me {
name irc.bloodylabel.net;
info Avert Salvation;
numeric 1;
};
admin {
"Robert";
"usahed";
"[email protected]";
};
class clients {
pingfreq 120;
maxclients 40;
sendq 100000;
recvq 8000;
};
class servers{
pingfreq 120;
maxclients 2; /* Max servers we can have linked at a time */
sendq 1000000;
connfreq 20; /* How many seconds between each connection attempt */
};
allow {
ip *;
hostname *;
class clients;
maxperip 5;
};
allow {
ip *@*;
hostname *@*.bloodylabel.net;
class clients;
password "";
maxperip 2;
};

Posted: Tue Oct 17, 2006 9:46 pm
by Jobe
There's nothing wrong with what you pasted there except please dont paste large chunks of your config on the forum thank you.

See http://www.vulnscan.org/UnrealIRCd/unreal32docs.html for further help with the config file.