diff options
author | lassulus <git@lassul.us> | 2023-04-17 16:07:14 +0200 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-04-17 16:07:14 +0200 |
commit | 4ca30a227ba7728a0190b0d5ea0fa4d424142ee5 (patch) | |
tree | 37169a4222a901531ab345f893891b62b36d5a75 /krebs/2configs | |
parent | fef664e785cf7ae234abd540406fb894c784322b (diff) |
reaktor2: use bing plugin on all bots
Diffstat (limited to 'krebs/2configs')
-rw-r--r-- | krebs/2configs/reaktor2.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/2configs/reaktor2.nix b/krebs/2configs/reaktor2.nix index 114c08713..502dd4a9f 100644 --- a/krebs/2configs/reaktor2.nix +++ b/krebs/2configs/reaktor2.nix @@ -354,6 +354,7 @@ let } bedger-add bedger-balance + bing hooks.sed interrogate say @@ -558,7 +559,6 @@ in { (systemPlugin { extra_privmsg_hooks = [ confuse - bing ]; }) ]; |