diff options
author | makefu <github@syntax-fehler.de> | 2018-09-13 16:41:25 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-09-13 16:41:25 +0200 |
commit | b830d7476a8f19f968513a219d53c0e091d4a03f (patch) | |
tree | 261db8acf25fe0d372a2d8d49bf512425fc8ad2f /krebs/3modules | |
parent | b658de054d724064a3531de2d4a53a7a28cdc6ac (diff) | |
parent | d580af7fd9c210f584603aa32318761b4eb3a877 (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'krebs/3modules')
-rw-r--r-- | krebs/3modules/ci.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/ci.nix b/krebs/3modules/ci.nix index cf82401d3..33afb2c0a 100644 --- a/krebs/3modules/ci.nix +++ b/krebs/3modules/ci.nix @@ -141,7 +141,7 @@ let enable = true; nick = "build|${hostname}"; server = "irc.r"; - channels = [ "noise" ]; + channels = [ "xxx" "noise" ]; allowForce = true; }; extraConfig = '' |