CGIIRC directive unknown

These are old archives. They are kept for historic purposes only.
Post Reply
Prof
Posts: 4
Joined: Mon Mar 06, 2006 9:20 am

CGIIRC directive unknown

Post by Prof »

In the Unreal docs you talk about a CGI::IRC block, yet when loading the config file I get told 'unknown directive cgiirc'. I saw this error and upgraded to Unreal3.2.4 (from 3.2.3), but I still have the same problem. The cgiirc { } block is at the end of the config file; is that important? Below is a paste:

cgiirc {
type webirc;
username "cgiircuser";
hostname "1.2.3.4";
password "password";
};

I was under the impression that this was server-supported (i.e. no additional modules are needed) - am I correct?
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

CGI:IRC support is NOT in Unreal 3.2.4. - it's only available in the CVS version. It will be in the next version...
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
Prof
Posts: 4
Joined: Mon Mar 06, 2006 9:20 am

Post by Prof »

Ah righto, thanks.
Post Reply