Search found 4 matches

by Westoya
Sun Nov 22, 2009 6:36 pm
Forum: Unreal 3.2 Support
Topic: Question regarding CGI:IRC
Replies: 5
Views: 10524

Re: Question regarding CGI:IRC

Problem solved: I put the IP address in my cgiirc block in unrealircd.conf and it works. Apparently it doesn't like to use hostnames as the IP address resolves correctly.
by Westoya
Sat Nov 21, 2009 4:16 pm
Forum: Unreal 3.2 Support
Topic: Question regarding CGI:IRC
Replies: 5
Views: 10524

Re: Question regarding CGI:IRC

Using the IP address explicitly didn't work either.
by Westoya
Fri Nov 20, 2009 4:20 pm
Forum: Unreal 3.2 Support
Topic: Question regarding CGI:IRC
Replies: 5
Views: 10524

Re: Question regarding CGI:IRC

The IP address that is shown in the "Closing Link" error message has the appropriate reverse DNS entry. I'll try using the IP address explicitly.
by Westoya
Fri Nov 20, 2009 5:43 am
Forum: Unreal 3.2 Support
Topic: Question regarding CGI:IRC
Replies: 5
Views: 10524

Question regarding CGI:IRC

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 ...