Page 1 of 1

CGIIRC directive unknown

Posted: Mon Mar 06, 2006 11:08 am
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?

Posted: Mon Mar 06, 2006 11:09 am
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...

Posted: Mon Mar 06, 2006 11:37 am
by Prof
Ah righto, thanks.