diff options
author | lassulus <lassulus@lassul.us> | 2020-09-15 22:52:34 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2020-09-15 22:52:34 +0200 |
commit | e6a8d378460827bab9a0fd45a50faa5eca7e8ae0 (patch) | |
tree | 3324dc66321605a5cc5a360d9aa88f18ec29c7c5 /krebs/2configs | |
parent | 9904ec050bfc8ff91a4d9bff43d3d21ac06e8772 (diff) |
reaktor2: nicks can have special characters
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 72eff176b..061dc9ab9 100644 --- a/krebs/2configs/reaktor2.nix +++ b/krebs/2configs/reaktor2.nix @@ -76,7 +76,7 @@ let }; } { - pattern = ''^([\w-]*):?\s+([+-][1-9][0-9]*)\s+(\S+)$''; + pattern = ''^([\H-]*):?\s+([+-][1-9][0-9]*)\s+(\S+)$''; activate = "match"; arguments = [1 2 3]; command = { |