Page 1 of 1

UnrealIRCd 3.2.8.1 with qwebirc (real host)

Posted: Fri Apr 15, 2011 1:59 pm
by monster
Hi, what setting must I change so that the user“s real host appears as a host?

example: server: webchat.example.com

User connect: nick![email protected]

should be: nick![email protected]

Thank you

Re: UnrealIRCd 3.2.8.1 with qwebirc (real host)

Posted: Sat Apr 16, 2011 10:59 am
by Jobe
First you need to setup a cgiirc block with type = webirc.

Then you'll need to configure qwebirc using the following instructions:

1) run clean.py
2) open up config.py
3) change WEBIRC_PASSWORD = "" to use the password you supplied in the cgiirc block
4) change WEBIRC_MODE to "webirc" (eg: WEBIRC_MODE = "webirc")
5) run compile.py
6) restart qwebirc