mobile options information

These are old archives. They are kept for historic purposes only.
Post Reply
xopek
Posts: 1
Joined: Wed Mar 10, 2010 5:39 pm

mobile options information

Post by xopek »

The server I got from another administrator, which is currently unavailable. The file unrealircd.conf have these lines:

Code: Select all

class clients_mobile {
        pingfreq 120;
        maxclients 500;
        sendq 100000;
        recvq 8000;
};
====
allow {
        ip *@*;
        hostname *@*;
        options {
                mobile;
        };
        class clients_mobile;
};
====
listen *:5190 {options {clientsonly; mobile; cp_win;};};
====
tld {
        mask *@*;
        motd "mobile.motd";
        rules "ircd.rules";
        options {
                mobile;
        };
};
In addition to setting the ping and the queue, no other settings there.
I would like to set up more ... detail. It works well and less traffic. Where can I find information on this option?
warg
Posts: 63
Joined: Mon Jul 12, 2010 8:12 am

Re: mobile options information

Post by warg »

You are unable to find information on mobile and cp_win because these options do not exist. It is a modified unrealircd.
"A foolish consistency is the hobgoblin of little minds, adored by little statesmen and philosophers and divines." — Ralph Waldo Emerson
Post Reply