diff options
author | lassulus <lassulus@lassul.us> | 2019-01-27 14:32:33 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2019-01-27 14:32:33 +0100 |
commit | 92caf2dadae82310fe13830dfaac30fe885fbf3e (patch) | |
tree | 8e8554219e1e3c9b6edf7b1bbf38616b99ed62c1 | |
parent | fd4876da16d436a38700b358f26ba48903de8d20 (diff) |
reaktor2 bier: allow 'bier bal' as command
-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 bdd95a256..9ca60b5bf 100644 --- a/krebs/2configs/reaktor2.nix +++ b/krebs/2configs/reaktor2.nix @@ -92,7 +92,7 @@ let ]; hooks.PRIVMSG = [ { - pattern = "^bier balance"; + pattern = "^bier bal(ance)*$"; activate = "match"; command = { env = { |