this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: use ZNC user:pass format for IRC auth

+1 -1
+1 -1
.github/workflows/deploy.yml
··· 53 53 COMMIT_MSG=$(git log -1 --pretty=%s) 54 54 { 55 55 sleep 1 56 - printf "PASS %s\r\n" "$IRC_PASSWORD" 56 + printf "PASS tumble-deploy:%s\r\n" "$IRC_PASSWORD" 57 57 printf "NICK tumble-deploy\r\n" 58 58 printf "USER tumble-deploy 0 * :Tumble Deploy Bot\r\n" 59 59 sleep 3