please help!!!

These are old archives. They are kept for historic purposes only.
Post Reply
rOOb
Posts: 3
Joined: Sat Nov 13, 2004 11:56 pm

please help!!!

Post by rOOb »

k i have configed the conf..i get this error:
[error] unrealircd.conf:317: class::pingfreq missing
[error] unrealircd.conf:317: class::maxclients missing
[error] unrealircd.conf:317: class::sendq missing.
i was told to check b4 that..that was where the error was.....well ive compared it to the example.conf and its the same....
i am new at this and dont have alot of experience but if anyone can help me i would realy appreciate it.
rOOb
Posts: 3
Joined: Sat Nov 13, 2004 11:56 pm

btw

Post by rOOb »

i am trying to run unreal on windows xp if that makes a diff
rOOb
Posts: 3
Joined: Sat Nov 13, 2004 11:56 pm

this may make it clearer(this is from my conf)

Post by rOOb »

* pingfreq (how often to ping a user/server in seconds);
* maxclients (how many connections for this class);
* sendq (maximum send queue from a connection);
* recvq (maximum receive queue from a connection [flood control]);
* };
*/

class clients
{ pingfreq 150;
maxclients 250;
sendq 1000000;
recvq 8000;
};

class servers
{
pingfreq 90;
maxclients 2; /* Max servers we can have linked at a time */
sendq 1000000;
connfreq 100; /* How many seconds between each connection attempt */
};
Ron2K

Post by Ron2K »

Check that you haven't left out any closing braces and the like from previous blocks.
Post Reply