Change of IRC Server

A place to discuss general QL issues.
Post Reply
User avatar
XorA
Site Admin
Posts: 1609
Joined: Thu Jun 02, 2011 11:31 am
Location: Shotts, North Lanarkshire, Scotland, UK

Change of IRC Server

Post by XorA »

irc.mibbit.net is closing down in 4 days.

I have moved the #QLforum, #QLforum-software, #QLforum-hardware channels to irc.libera.chat!

The chat.theqlforum.com link has been updated so if you use that, you should see no difference in the move (except you might need to re-register any registered nicks you are using)

All the channels are still bridged to the discord server by the trusty QL-Bot!


User avatar
robheaton
Site Admin
Posts: 381
Joined: Fri Nov 19, 2010 5:50 pm
Location: Ormskirk, UK

Re: Change of IRC Server

Post by robheaton »

Can everyone please make sure they are using the server address: chat.theqlforum.com
This address will always be kept up to date.

The IRC WebClient is working and pointing to the new server - https://kiwiirc.com/client/chat.theqlforum.com/#qlforum


--
If vanpeebles parps in the woods and there is nobody around, does it make a sound?
User avatar
RalfR
QL Wafer Drive
Posts: 1171
Joined: Fri Jun 15, 2018 8:58 pm

Re: Change of IRC Server

Post by RalfR »

Do I have to change anything in "QLirc"?


7000 4E75
User avatar
XorA
Site Admin
Posts: 1609
Joined: Thu Jun 02, 2011 11:31 am
Location: Shotts, North Lanarkshire, Scotland, UK

Re: Change of IRC Server

Post by XorA »

qdos-irc has been updated to use chat.theqlforum.com!

https://github.com/xxoraa/qdos-irc


User avatar
dilwyn
Mr QL
Posts: 3050
Joined: Wed Dec 01, 2010 10:39 pm

Re: Change of IRC Server

Post by dilwyn »

RalfR wrote: Mon Aug 26, 2024 9:21 pm Do I have to change anything in "QLirc"?
Yes. The current irc server details were hard-coded into the BASIC. If you are using v1.99.9 it will be in this line:

640 server$ = "irc.mibbit.net"

Change this to

640 server$ = "chat.theqlforum.com"

The line number may vary in other versions of QLirc.

For the choice of the three channels, change line 660 for the required channel, e.g.

660 forum$ = "#QLforum"

change the "#QLforum" to "#QLforum-software" or "#QLforum-hardware" if required.

As I get time, I'll make QLirc more configurable to handle this. But as Rob has said, by using the chat.theqlforum.com name for the server name you shouldn't need to change it in the future unless Rob says otherwise.


User avatar
RalfR
QL Wafer Drive
Posts: 1171
Joined: Fri Jun 15, 2018 8:58 pm

Re: Change of IRC Server

Post by RalfR »

Ah, thank you. No problem to change that. :)


7000 4E75
User avatar
dilwyn
Mr QL
Posts: 3050
Joined: Wed Dec 01, 2010 10:39 pm

Re: Change of IRC Server

Post by dilwyn »

Here is a temporary v1.99.10 update of QLirc. BASIC program only, not had time to update other files such as instructions, IRC server details still hard-coded in the BASIC
QLirc_1_99_10.zip
QLirc v1.99.10 update
(24.13 KiB) Downloaded 241 times


User avatar
RalfR
QL Wafer Drive
Posts: 1171
Joined: Fri Jun 15, 2018 8:58 pm

Re: Change of IRC Server

Post by RalfR »

Thank you, Dilwyn :)


7000 4E75
Post Reply