Skip to content

Commit f22e815

Browse files
authored
Point IRC information to libera.chat instead of freenode (#52)
1 parent 4a3771f commit f22e815

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

_pages/chat.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ There are code4lib chat rooms for folks who are interested in the convergence of
1111

1212
<h2 id="irc">IRC</h2>
1313
<ul>
14-
<li><strong>Server:</strong> chat.freenode.net</li>
15-
<li><strong>Channels:</strong> <a href="irc://irc.freenode.net/code4lib">#code4lib</a> (alternate port for if port 6667 is blocked by your firewall: <a href="irc://irc.freenode.net:8000/code4lib">8000</a>)</li>
14+
<li><strong>Network:</strong <a href="https://libera.chat">Libera.chat</a></li>
15+
<li><strong>Server:</strong> irc.libera.chat</li>
16+
<li><strong>Channels:</strong> <a href="ircs://irc.libera.chat/code4lib">#code4lib</a> (alternate port for if port 6697 is blocked by your firewall: <a href="irc://irc.libera.chat:8000/code4lib">8000</a>)</li>
1617
<li><a href="http://code4lib.org/irc/faq">FAQ</a></li>
1718
<li><a href="http://wiki.code4lib.org/index.php/Zoia_or_the_Code4Lib_IRC_bot">Zoia IRC Bot</a></li>
1819
</ul>
@@ -21,12 +22,9 @@ Stop by and say hello.
2122

2223
If you don't already have an IRC client, there are several options available at no cost.
2324
<ul>
24-
<li>Easiest: connect through the web at
25-
<a href="http://webchat.freenode.net/">http://webchat.freenode.net/</a> Nickname: pick a name, Channels: #code4lib
2625

27-
28-
Also useful if you can't install a client, or if IRC traffic is blocked on your network,
29-
</li>
26+
If you can't install a client, or if IRC traffic is blocked on your network,
27+
</li>
3028
<li><a href="http://irccloud.com/">IRCCloud</a> is a <abbr title="software as a service">SaaS</abbr> IRC client that runs in most modern browsers.</li>
3129
<li>
3230
If you have <a href="http://pidgin.im/">Pidgin</a> installed, it provides IRC access.
@@ -37,9 +35,9 @@ Also useful if you can't install a client, or if IRC traffic is blocked on your
3735

3836
If you're unfamiliar with IRC, this <a href="http://www.irchelp.org/irchelp/new2irc.html#detail">brief introduction</a> should help get you up to speed. You might also want to check out <a href="http://code4lib.org/irc/faq">this FAQ</a>, which answers some common questions about the #code4lib channel specifically.
3937

40-
You can register your nickname with Freenode's NickServ service to keep using the same nickname. After you are registered, identify to NickServ. More details and the commands to use are listed at Freenode's FAQ: <a href="http://freenode.net/faq.shtml#nicksetup">http://freenode.net/faq.shtml#nicksetup</a>. This will allow you more privileges, such as sending private messages to other registered users.
38+
You can register your nickname with Libera's NickServ service to keep using the same nickname. After you are registered, identify to NickServ. More details and the commands to use are listed at <a href="https://libera.chat/guides/registration">Libera's FAQ</a>. This will allow you more privileges, such as sending private messages to other registered users.
4139

42-
To perform some of the commands listed in the <a href="http://code4lib.org/irc/faq">FAQ</a> you need to register and identify with Zoia. This is similar to but separate from the registration with Freenode's NickServ. Remember to identify each time you log in. Register by <code>/msg zoia register nickname password</code>. Once registered, Identify by <code>/msg zoia identify nickname password</code>. To change your password: <code>/msg zoia set password oldpassword newpassword</code>.
40+
To perform some of the commands listed in the <a href="http://code4lib.org/irc/faq">FAQ</a> you need to register and identify with Zoia. This is similar to but separate from the registration with Libera's NickServ. Remember to identify each time you log in. Register by <code>/msg zoia register nickname password</code>. Once registered, Identify by <code>/msg zoia identify nickname password</code>. To change your password: <code>/msg zoia set password oldpassword newpassword</code>.
4341

4442
Finally, #code4lib is a social and technical discussion channel. Keep in mind that the discussion isn't limited to library technologies, and can cover a lot of ground.
4543

@@ -55,3 +53,6 @@ Joining a Slack team requires an invitation, but anyone can generate an automati
5553

5654
A tutorial can be found at <a href="https://code4lib.slack.com/getting-started">https://code4lib.slack.com/getting-started</a>. Slack has clients for Mac, PC, Linux, and mobile devices, and may be used via any web browser.
5755

56+
<h2 id="other">Other platforms</h2>
57+
58+
In addition to IRC and Slack, there is also a Code4lib Discord server and a <a href="https://code4lib.zulipchat.com/">Zulip team</a>.

_posts/2006-03-14-code4lib-irc-channel-faq.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ Not publicly, no.
2323

2424
### Who can I ask for help?
2525

26-
#code4lib has a designated group of "helpers," who can answer questions or provide support. The channel's official group contacts to Freenode are Mark Matienzo (`anarchivist`), Becky Yoose (`yo_bj`), and Ross Singer (`rsinger`); all three of them have channel operator privileges.
26+
#code4lib has a designated group of "helpers," who can answer questions or provide support. The channel's official group contacts to Libera are Mark Matienzo (`anarchivist`), Becky Yoose (`yo_bj`), and Ross Singer (`rsinger`); all three of them have channel operator privileges.
2727

2828
### What about ~~panizzi~~ zoia?
2929

3030
Zoia is a [supybot](https://github.com/Supybot/Supybot) who hangs out in #code4lib. To get a list of commands it understands, type `@list` (the "@" symbol tells zoia you're talking to it). Here's a quick list of the more common commands:
3131

32-
#### `@help`<
32+
#### `@help`
3333

3434
Find out how to use a particular command. The correct syntax is (usually) `@help` followed by the command name, e.g. `@help karma`. You can also just ask the other people on the channel how to do something.
3535

@@ -78,7 +78,7 @@ Information technology, software development, librarianship, cultural heritage,
7878
3. Be sensitive of the fact that cultures, opinions and ideas of what is funny or appropriate are different, and that text is a very poor medium for conveying humor.
7979
4. Because this is the case, and people will be people, be quick to forgive and slow to take offense.
8080

81-
Aside from that, it's a bit of a free-for-all. Basically, use common sense, be respectful of others, and don't do anything that will get everyone kicked off of Freenode.
81+
Aside from that, it's a bit of a free-for-all. Basically, use common sense, be respectful of others, and don't do anything that will get everyone kicked off of Libera.
8282

8383
### What does "++" mean?
8484

0 commit comments

Comments
 (0)