Question regarding CGI:IRC
Posted: Fri Nov 20, 2009 5:43 am
I'm trying to make unrealircd and qwebirc play together.
In my unrealircd.conf I have:
cgiirc {
type webirc;
hostname "server.somewhere.com";
password "passwd";
};
And in qwebirc's config.py I have:
IRCSERVER, IRCPORT = "server.somewhere.com", 6667
WEBIRC_MODE = "webirc"
WEBIRC_PASSWORD = "passwd"
When I try to connect to unrealircs via qwebirc, I get this error message:
ERROR: Closing Link: [z.z.z.z] (CGI:IRC -- No access)
The documentation talks about the cgiirc block in unrealircd.conf but then also mentions a cgiirc.conf. I have created cgiirc.conf and followed all of the documentation but nothing works. Now, I'm not sure if the problem is on unrealircd's end or on qwebirc's end, but I would appreciate any help that could be provided.
In my unrealircd.conf I have:
cgiirc {
type webirc;
hostname "server.somewhere.com";
password "passwd";
};
And in qwebirc's config.py I have:
IRCSERVER, IRCPORT = "server.somewhere.com", 6667
WEBIRC_MODE = "webirc"
WEBIRC_PASSWORD = "passwd"
When I try to connect to unrealircs via qwebirc, I get this error message:
ERROR: Closing Link: [z.z.z.z] (CGI:IRC -- No access)
The documentation talks about the cgiirc block in unrealircd.conf but then also mentions a cgiirc.conf. I have created cgiirc.conf and followed all of the documentation but nothing works. Now, I'm not sure if the problem is on unrealircd's end or on qwebirc's end, but I would appreciate any help that could be provided.