okay i get it... thz so much...
but now i'm having problems with configuring the services.conf
as stated in the install document, link can be found here:
http://wiki.anope.org/index.php/Documentation:Installthe following lines:
Y:27:180:0:0:4000000
C:127.0.0.1:mypass:Services.LocalHost.Net::30
N:127.0.0.1:mypass:Services.LocalHost.Net::30
the question is, how can i add this lines into the version of unrealircd 3.2.5?? because when i added them below the new Y:lines, it says this:
-irc.localhost.com- *** Notice -- unrealircd.conf:125: Ignoring extra data
-
-irc.localhost.com- *** Notice -- unrealircd.conf:126: Ignoring extra data
-
-irc.localhost.com- *** Notice -- unrealircd.conf:143: Ignoring extra data
here is the code of that part,
/*
* NEW: class {}
* OLD: Y:line (old was confusing)
* These define settings for classes. A class is a group setting for
* connections. Example, server connections, instead of going to a client's
* class, you direct it to the server class. Syntax is as follows
* class (class name)
* {
* 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 90;
maxclients 500;
sendq 100000;
recvq 8000;
};
class servers
{
pingfreq 90;
maxclients 10; /* Max servers we can have linked at a time */
sendq 1000000;
connfreq 100; /* How many seconds between each connection attempt */
};
Y:27:180:0:0:4000000
C:127.0.0.1:mypass:Services.LocalHost.Net::30
N:127.0.0.1:mypass:Services.LocalHost.Net::30
**********************************************************
how can i add these 3 lines into the class{} instead of Y:lines??
and H:line also, where do i have to include it into unrealircd ver 3.2??
i will be really thankful..