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.
please help!!!
this may make it clearer(this is from my conf)
* 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 */
};
* 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 */
};