summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2021-07-29 15:37:39 +0200
committerlassulus <lassulus@lassul.us>2021-07-29 15:37:39 +0200
commitd6febec1442b48d75771cba09bc54a96b5d8cd5f (patch)
tree5f32a49c2aefef87c356e763be095d96dd60aa53
parenta59ca4ac80248585facd8cc43d0a8b8d43e3735d (diff)
reaktor2: disable freenode reaktor
-rw-r--r--krebs/2configs/reaktor2.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/krebs/2configs/reaktor2.nix b/krebs/2configs/reaktor2.nix
index 2fb7a54e..15be3eec 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;