diff options
author | lassulus <lassulus@lassul.us> | 2022-08-02 22:08:32 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2022-08-02 22:08:36 +0200 |
commit | 26e0553a1a13e4ef3d72c04441d20d7d9e682909 (patch) | |
tree | df49389e7617ad93b8d61ec332fe5a714c32da9d /krebs | |
parent | b3694198eaac7ffd13640c64bc3e3af27e40389b (diff) |
reaktor2 bier bal: extend regex for more fun
Diffstat (limited to 'krebs')
-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 2ed0b08fb..6dda40ea4 100644 --- a/krebs/2configs/reaktor2.nix +++ b/krebs/2configs/reaktor2.nix @@ -61,7 +61,7 @@ let ]; hooks.PRIVMSG = [ { - pattern = "^bier bal(an(ce)?)?$"; + pattern = "^bier (ballern|bal(an(ce)?)?)$"; activate = "match"; command = { env = { |