Skip to content

Commit e31876b

Browse files
committed
Switch official IRC channel to Libera Chat, in light of recent Freenode issues
1 parent d4a0f12 commit e31876b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ script:
4545
notifications:
4646
irc:
4747
channels:
48-
- "chat.freenode.net#huggle"
48+
- "irc.libera.chat#huggle"
4949
on_failure: always
5050
on_success: change

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe
3434

3535
## Enforcement
3636

37-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at huggle@lists.wikimedia.org (public mailing list), IRC channel #huggle at freenode or by directly contacting the project maintainers, see https://meta.wikimedia.org/wiki/Huggle/Members for list of admins. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
37+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at huggle@lists.wikimedia.org (public mailing list), IRC channel #huggle at Libera Chat or by directly contacting the project maintainers, see https://meta.wikimedia.org/wiki/Huggle/Members for list of admins. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
3838

3939
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
4040

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ For users: [on metawiki](https://meta.wikimedia.org/wiki/Huggle) and [mediawiki]
7777
Getting help
7878
=========
7979

80-
We have an IRC-channel irc://chat.freenode.org/#huggle so if you need any kind of help please go there.
80+
We have an IRC-channel irc://irc.libera.chat/#huggle so if you need any kind of help please go there.
8181

8282
Contributing
8383
=========

src/huggle_core/generic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ QString Generic::ShrinkText(const QString &text, int size, bool html, int minimu
171171

172172
QString Generic::IRCQuitDefaultMessage()
173173
{
174-
return "Huggle (" + hcfg->HuggleVersion + "), the anti vandalism software. See #huggle on irc://chat.freenode.net";
174+
return "Huggle (" + hcfg->HuggleVersion + "), the anti vandalism software. See #huggle on irc://irc.libera.chat";
175175
}
176176

177177
QString Generic::HtmlEncode(const QString& text)

0 commit comments

Comments
 (0)