diff options
author | lassulus <lassulus@lassul.us> | 2021-07-29 15:37:39 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2021-07-29 15:37:39 +0200 |
commit | d6febec1442b48d75771cba09bc54a96b5d8cd5f (patch) | |
tree | 5f32a49c2aefef87c356e763be095d96dd60aa53 /krebs/2configs/reaktor2.nix | |
parent | a59ca4ac80248585facd8cc43d0a8b8d43e3735d (diff) |
reaktor2: disable freenode reaktor
Diffstat (limited to 'krebs/2configs/reaktor2.nix')
-rw-r--r-- | krebs/2configs/reaktor2.nix | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/krebs/2configs/reaktor2.nix b/krebs/2configs/reaktor2.nix index 2fb7a54e8..15be3eec8 100644 --- a/krebs/2configs/reaktor2.nix +++ b/krebs/2configs/reaktor2.nix @@ -263,23 +263,6 @@ in { username = "reaktor2"; port = "6697"; }; - freenode = { - hostname = "irc.freenode.org"; - nick = "reaktor2|krebs"; - plugins = [ - { - plugin = "register"; - config = { - channels = [ - "#krebs" - ]; - }; - } - systemPlugin - ]; - username = "reaktor2"; - port = "6697"; - }; r = { nick = "reaktor2|krebs"; sendDelaySec = null; |