other conf are set,but my friends can't login more than 8 users.
"
:1.2.3.4 265 abc 2 8 :Current local users 2, max 8
:1.2.3.4 266 abc 2 2 :Current global users 2, max 2
"
and ive changed /etc/unrealircd/unrealircd.conf
"
class clients
{
pingfreq 90;
maxclients 1000;
sendq 200k;
recvq 8000;
}
/* Special class for IRCOps with higher limits */
class opers
{
pingfreq 90;
maxclients 50;
sendq 1M;
recvq 8000;
}
/* Server class with good defaults */
class servers
{
pingfreq 60;
connfreq 15; /* try to connect every 15 seconds */
maxclients 200; /* max servers */
sendq 20M;
}
"
yet it still shows "Current local users 2, max 8"
HOW IT COULD BE??
"
:1.2.3.4 265 abc 2 8 :Current local users 2, max 8
:1.2.3.4 266 abc 2 2 :Current global users 2, max 2
"
and ive changed /etc/unrealircd/unrealircd.conf
"
class clients
{
pingfreq 90;
maxclients 1000;
sendq 200k;
recvq 8000;
}
/* Special class for IRCOps with higher limits */
class opers
{
pingfreq 90;
maxclients 50;
sendq 1M;
recvq 8000;
}
/* Server class with good defaults */
class servers
{
pingfreq 60;
connfreq 15; /* try to connect every 15 seconds */
maxclients 200; /* max servers */
sendq 20M;
}
"
yet it still shows "Current local users 2, max 8"
HOW IT COULD BE??
Statistics: Posted by rhinolt — Tue Mar 05, 2024 3:36 am — Replies 3 — Views 397