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?