This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository maintenancescripts. commit d1c2ee9a2ecc1d32ccd3089741a05ff1b67bb4cd Author: Mihai Moldovan <ionic@ionic.de> Date: Sun May 30 10:56:48 2021 +0200 git/hooks/update-script._irkerhook.py_: switch to irc.libera.chat. --- git/hooks/update-script._irkerhook.py_ | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/git/hooks/update-script._irkerhook.py_ b/git/hooks/update-script._irkerhook.py_ index 94b2735..0760647 100755 --- a/git/hooks/update-script._irkerhook.py_ +++ b/git/hooks/update-script._irkerhook.py_ @@ -34,8 +34,8 @@ urlprefixmap = { "cgit": "http://%(host)s/cgi-bin/cgit.cgi/%(repo)s/commit/?id=", } -# By default, ship to the freenode #commits list -default_channels = u"irc://chat.freenode.net/#x2go" +# By default, ship to the Libera #commits list +default_channels = u"irc://irc.libera.chat/#x2go" # # No user-serviceable parts below this line: @@ -374,7 +374,7 @@ class GitExtractor(GenericExtractor): # This discards the part of the author's address after @. # Might be be nice to ship the full email address, if not # for spammers' address harvesters - getting this wrong - # would make the freenode #commits channel into harvester heaven. + # would make the Libera #commits channel into harvester heaven. commit.author = commit.mail.split("@")[0] commit.author_date, commit.commit_date = \ do("git log -1 '--pretty=format:%ai|%ci' " + shellquote(commit.commit)).split("|") -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git