Skip to content

Commit

Permalink
Update IRC channel to #arx on libera.chat
Browse files Browse the repository at this point in the history
  • Loading branch information
dscharrer committed May 26, 2021
1 parent 8f01e29 commit 37c937c
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion api/config/appveyor.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
$GLOBALS['appveyor_passkey'] = '';

# IRC channel to send messages to
$GLOBALS['appveyor_channel'] = '#arxfatalis';
$GLOBALS['appveyor_channel'] = '#arx';

# How many digits of the commit SHA to show in commit messages
$GLOBALS['appveyor_sha_size'] = 7;
Expand Down
2 changes: 1 addition & 1 deletion api/config/github.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
$GLOBALS['github_passkey'] = '';

# IRC channel to send messages to
$GLOBALS['github_channel'] = '#arxfatalis';
$GLOBALS['github_channel'] = '#arx';

# How many digits of the commit SHA to show in commit messages
$GLOBALS['github_sha_size'] = 7;
Expand Down
2 changes: 1 addition & 1 deletion api/config/wiki.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

# IRC channel to send messages to
$GLOBALS['wiki_channel'] = '#arxfatalis';
$GLOBALS['wiki_channel'] = '#arx';

// Prefix for Wiki URLs
$GLOBALS['wiki_prefix'] = 'https://arx.vg/wiki/';
Expand Down
8 changes: 4 additions & 4 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
'git' => 'https://github.com/arx/ArxLibertatis',
'README' => 'https://github.com/arx/ArxLibertatis/blob/master/README.md',
'OPTIONS' => 'https://github.com/arx/ArxLibertatis/blob/master/OPTIONS.md',
'irc' => 'irc://irc.freenode.net/arxfatalis',
'chat' => 'https://webchat.freenode.net/#arxfatalis',
'irc' => 'irc://irc.libera.chat:+6697/arx',
'chat' => 'https://kiwiirc.com/nextclient/#irc://irc.libera.chat:+6697/arx',
'subreddit' => 'https://old.reddit.com/r/ArxFatalis/',
'openhub' => 'https://www.openhub.net/p/arx',
'moddb' => 'https://www.moddb.com/mods/arx-libertatis',
Expand All @@ -79,7 +79,7 @@
'patch' => 'https://web.archive.org/web/20180105233341/https://www.arkane-studios.com/uk/arx_downloads.php',
'arxjapanese' => 'https://web.archive.org/web/20090421121337/http://www.capcom.co.jp/pc/arx/',
'zenimax' => 'https://www.zenimax.com/',
'freenode' => 'https://freenode.net/',
'libera' => 'https://libera.chat/',
'opengameart' => 'https://opengameart.org/',
'constexpr' => 'https://constexpr.org/',
'gpl' => 'https://www.gnu.org/licenses/gpl.html',
Expand Down Expand Up @@ -222,7 +222,7 @@ function build_query($array) {

// Constants
PP::route('c', [
'irc' => ':#arxfatalis',
'irc' => ':#arx',
'icon-80_size' => ':80x80',
'icon_size' => ':128x128',
]);
Expand Down
2 changes: 1 addition & 1 deletion htdocs/contact.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<h3>IRC Channel</h3>

<p>
We mainly hang out in the <b><a href="<?= url('p:irc') ?>"><?= url('c:irc') ?></a></b> channel on the <a href="<?= url('p:freenode') ?>">freenode</a> network.<br>
We mainly hang out in the <b><a href="<?= url('p:irc') ?>"><?= url('c:irc') ?></a></b> channel on the <a href="<?= url('p:libera') ?>">Libera.Chat</a> network.<br>
If you are new to IRC, please see the <a href="<?= url('wiki:IRC_channel') ?>">wiki page</a>!<br>
</p>

Expand Down
2 changes: 1 addition & 1 deletion htdocs/feed.rss.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

$p->import('newslist');

$max_items = 10;
$max_items = 4;

?>
<?= '<?xml version="1.0" encoding="UTF-8" ?>' ?>
Expand Down
2 changes: 1 addition & 1 deletion htdocs/releases/1.0.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
But that does not mean that the work on Arx Libertatis is done.
There is still much code to clean and features to add.
Contributions, small or large, are welcome:
Feel free to fork the <a href="<?= url('p:git') ?>">project on github</a> or join us in <b><?= url('c:irc') ?></b> on the freenode IRC network.
Feel free to fork the <a href="<?= url('p:git') ?>">project on github</a> or join us in <b><?= url('c:irc') ?></b> on the <del>freenode</del> Libera.Chat IRC network.
</p>

0 comments on commit 37c937c

Please sign in to comment.