From 2a5e244c74c7f23d46dd4b636a5590e81119dcd7 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Tue, 22 Dec 2020 18:52:14 -0700 Subject: fix irc notifications --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 1f2891f..351bf99 100644 --- a/.build.yml +++ b/.build.yml @@ -31,7 +31,7 @@ tasks: - notify: | cd crowbar-spec message="crowbar spec updated: $(git log -1 --no-decorate --oneline)" - echo "/NOTICE #crowbar-lang :$message" | ssh -o StrictHostKeyChecking=no services@boringcactus.com 'sh -c "cat > ~/irc/chat.freenode.net/#crowbar-lang/in"' + echo "irc.server.freenode */notice #crowbar-lang $message" | ssh -o StrictHostKeyChecking=no services@boringcactus.com 'sh -c "cat > ~/.weechat/weechat_fifo"' artifacts: - crowbar-spec/_build/rinoh/crowbar-spec.pdf - crowbar-spec/_build/epub/crowbar-spec.epub -- cgit v1.2.3