Search found 3 matches

by Sensiva
Thu Apr 15, 2021 8:13 pm
Forum: Generic support
Topic: Cannot get WebIRC to work with thelounge
Replies: 5
Views: 8546

Re: Cannot get WebIRC to work with thelounge

I tried PeGaSuS's suggestion and it didn't work.
I found out it works if irc server host value in TheLounge config file is equal to the irc server IP.
i.e. webirc works if host = webirc_server
so if network configuration in TheLounge config file look like this
defaults: {
..
host: "irc.server ...
by Sensiva
Sat Apr 10, 2021 2:50 pm
Forum: Generic support
Topic: Cannot get WebIRC to work with thelounge
Replies: 5
Views: 8546

Re: Cannot get WebIRC to work with thelounge


webirc: {
"IRC_Server_Domain_Name": "Pa$$w0rD",
},

1) Try to make the above in one line like:
webirc: { "irc_server_ip": "password_of_thelounge" },

2) Restart TheLounge and rehash the IRCd.

3) If that doesn't work, if TheLounge is in the same machine as UnrealIRCd, use localhost for that ...
by Sensiva
Sat Apr 10, 2021 1:55 pm
Forum: Generic support
Topic: Cannot get WebIRC to work with thelounge
Replies: 5
Views: 8546

Re: Cannot get WebIRC to work with thelounge

In order to get webirc to work correctly with TheLounge I did it this way in my local network test (TheLounge is on a separate machine)
TheLounge webirc block
webirc: {
"IRC_Server_Domain_Name": "Pa$$w0rD",
},
NOT the IP address, NOT the server name defined in the unrealircd.conf.. those didn't ...