summaryrefslogtreecommitdiffstats
path: root/source/rofi.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2021-05-23 00:24:06 +0200
committerDave Davenport <qball@gmpclient.org>2021-05-23 00:24:06 +0200
commit2b86ece6555cc855790bc0fdd3c941b0d958066c (patch)
tree09bdcb733f420f90b8c40c683028bd4f76894fe8 /source/rofi.c
parentdc28a974373b5d462a734e35b8b47afce0782c77 (diff)
Update links to irc.libera.chat
Diffstat (limited to 'source/rofi.c')
-rw-r--r--source/rofi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rofi.c b/source/rofi.c
index fc7ba62c..1603f587 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -348,7 +348,7 @@ static void help ( G_GNUC_UNUSED int argc, char **argv )
#endif
printf ( " Bugreports: %s"PACKAGE_BUGREPORT "%s\n", is_term ? color_bold : "", is_term ? color_reset : "" );
printf ( " Support: %s"PACKAGE_URL "%s\n", is_term ? color_bold : "", is_term ? color_reset : "" );
- printf ( " %s#rofi @ freenode.net%s\n", is_term ? color_bold : "", is_term ? color_reset : "" );
+ printf ( " %s#rofi @ libera.chat%s\n", is_term ? color_bold : "", is_term ? color_reset : "" );
if ( find_arg ( "-no-config" ) < 0 ) {
if ( config_path_new ) {
printf ( " Configuration file: %s%s%s\n", is_term ? color_bold : "", config_path_new, is_term ? color_reset : "" );