Skip to content

Commit

Permalink
Move the IRC channel to irc.libera.chat due to hostile takeover of fr…
Browse files Browse the repository at this point in the history
…eenode;

use xdg-open instead of $BROWSER.
  • Loading branch information
domichel committed May 26, 2021
1 parent 64a6354 commit 9e69daf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fvwm/components/functions/Feedback
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# User feedback for FVWM-Crystal
#
# Version: 1.0.0
# Version: 1.0.1
# License: GPL 3+
#
# Author: Dominique Michel <dominique_libre@users.sourceforget.net>
#
# Created: <07/15/2013>
# Changed: <07/15/2013>
# Changed: <05/26/2021>
#
# Description: Launch a form with information on how to send feedback or receive support.
# It will also look for $BROWSER and set it if needed
Expand Down Expand Up @@ -56,7 +56,7 @@ AddToFunc BrowseEmailList

DestroyFunc CrystalIRC
AddToFunc CrystalIRC
+ I X $[BROWSER] irc://irc.freenode.net:6667/fvwm-crystal
+ I X xdg-open 'irc://irc.libera.chat:6667/fvwm-crystal'

DestroyFunc SetBrowser
AddToFunc SetBrowser
Expand Down

0 comments on commit 9e69daf

Please sign in to comment.