Search found 1 match

by xopek
Wed Mar 10, 2010 8:34 pm
Forum: Unreal 3.2 Modules
Topic: mobile options information
Replies: 1
Views: 2472

mobile options information

The server I got from another administrator, which is currently unavailable. The file unrealircd.conf have these lines:
class clients_mobile {
pingfreq 120;
maxclients 500;
sendq 100000;
recvq 8000;
};
====
allow {
ip *@*;
hostname *@*;
options {
mobile;
};
class clients_mobile ...