Page 1 of 1

unknown class 'servers' using default of class 'default'

Posted: Sun Apr 02, 2006 9:33 pm
by maht
running version Unreal3.2.4 (on OpenBSD 3.8)

link services.maht0x0r.net {
username *;
hostname 192.168.9.14;
bind-ip 192.168.9.14;
port 6668;
password-connect "xxx";
password-receive "xxx";
class servers;
};

/rehash

*** Notice -- unrealircd.conf:54: illegal link::class, unknown class 'servers' using default of class 'default'

Posted: Mon Apr 03, 2006 6:22 am
by Mark
http://www.vulnscan.org/UnrealIrcd/unre ... classblock

Make a class for servers. You can use the one given on the link above.

thanks

Posted: Mon Apr 03, 2006 10:18 am
by maht
obvious now ! =)