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

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
maht
Posts: 2
Joined: Sun Apr 02, 2006 9:30 pm

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

Post 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'
Mark
Posts: 57
Joined: Mon Dec 26, 2005 4:01 pm

Post by Mark »

http://www.vulnscan.org/UnrealIrcd/unre ... classblock

Make a class for servers. You can use the one given on the link above.
maht
Posts: 2
Joined: Sun Apr 02, 2006 9:30 pm

thanks

Post by maht »

obvious now ! =)
Locked