diff options
author | makefu <github@syntax-fehler.de> | 2015-12-14 17:12:51 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-12-14 17:12:51 +0100 |
commit | 9bc0c474ace8e1bcccb5301a1726ed75a6241bff (patch) | |
tree | 8963eb91467fb6654dd767e968726d730ac14886 /makefu/2configs/Reaktor/full.nix | |
parent | 8114470587b5c0018cdfcb6b0c0da93bfece5a05 (diff) |
m 2 Reaktor: add full profile
Diffstat (limited to 'makefu/2configs/Reaktor/full.nix')
-rw-r--r-- | makefu/2configs/Reaktor/full.nix | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/makefu/2configs/Reaktor/full.nix b/makefu/2configs/Reaktor/full.nix new file mode 100644 index 000000000..50620890f --- /dev/null +++ b/makefu/2configs/Reaktor/full.nix @@ -0,0 +1,18 @@ +_: +{ + # implementation of the complete Reaktor bot + imports = [ + #./stockholmLentil.nix + ./simpleExtend.nix + ./random-emoji.nix + ./titlebot.nix + ./shack-correct.nix + ./sed-plugin.nix + ]; + krebs.Reaktor.nickname = "Reaktor|bot"; + krebs.Reaktor.enable = true; + + krebs.Reaktor.extraEnviron = { + REAKTOR_CHANNELS = "#krebs,#binaergewitter,#shackspace"; + }; +} |