From 3103337aa746aa236397c6461d742140187cd26e Mon Sep 17 00:00:00 2001 From: Purna Chandra Mansingh Date: Mon, 31 Jan 2022 00:10:21 +0530 Subject: [PATCH 1/2] Replaced freenode references with libera chat Signed-off-by: Purna Chandra Mansingh --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f993586..0ba3040 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,7 +51,7 @@ script: notifications: irc: channels: - - "chat.freenode.net#aboutcode" + - "web.libera.chat#aboutcode" on_sucess: change on_failure: always use_notice: true From 4c03a77a346bf7286ca0c7a7684548763776033b Mon Sep 17 00:00:00 2001 From: Purna Chandra Mansingh Date: Mon, 31 Jan 2022 20:39:48 +0530 Subject: [PATCH 2/2] changed web.libera.chat to irc.libera.chat Signed-off-by: Purna Chandra Mansingh --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0ba3040..c405fb7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,7 +51,7 @@ script: notifications: irc: channels: - - "web.libera.chat#aboutcode" + - "irc.libera.chat#aboutcode" on_sucess: change on_failure: always use_notice: true