diff options
author | lassulus <lassulus@lassul.us> | 2019-01-29 21:39:16 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2019-01-29 21:39:16 +0100 |
commit | 79cad8349bf8bb20d13d23a498935277d779ef21 (patch) | |
tree | 61be1f8f0c73cbb86913d1200b4077e54e0b9d4a /krebs/2configs/reaktor2.nix | |
parent | 937c1bc02c8d3f2ee7cb8bbdf69b66e5ab944e76 (diff) |
bier bal: fix regex
Diffstat (limited to 'krebs/2configs/reaktor2.nix')
-rw-r--r-- | krebs/2configs/reaktor2.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/krebs/2configs/reaktor2.nix b/krebs/2configs/reaktor2.nix index ff6b539ba..4d90ae3d5 100644 --- a/krebs/2configs/reaktor2.nix +++ b/krebs/2configs/reaktor2.nix @@ -61,7 +61,7 @@ let ]; hooks.PRIVMSG = [ { - pattern = "^bier bal(ance)*$"; + pattern = "^bier bal(an(ce)?)?$"; activate = "match"; command = { env = { @@ -134,6 +134,7 @@ in { }; r = { nick = "reaktor2|krebs"; + sendDelaySec = null; plugins = [ { plugin = "register"; |