Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haiku/infrastructure
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1764d04b0be9
Choose a base ref
...
head repository: haiku/infrastructure
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8d0c2183a8fe
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 27, 2021

  1. irccat: Join to haiku as well

    * "Default" notifications go to just #haiku-dev
    * You can specify the additional channels / people
      to announce to at the start of an announcement request.
      (#haiku hello)
    kallisti5 committed Aug 27, 2021
    Copy the full SHA
    8d0c218 View commit details
Showing with 2 additions and 3 deletions.
  1. +2 −3 data/irccat/irccat.json
5 changes: 2 additions & 3 deletions data/irccat/irccat.json
Original file line number Diff line number Diff line change
@@ -10,8 +10,7 @@
"listeners": {
"generic": {
"secret": "somethingsecret"
},
"grafana": "#haiku-dev"
}
}
},
"irc": {
@@ -24,6 +23,6 @@
"identify_pass": "",
"sasl_login": "",
"sasl_pass": "",
"channels": ["#haiku-dev"]
"channels": ["#haiku-dev", "#haiku"]
}
}