reaktor2 bier: allow 'bier bal' as command

This commit is contained in:
lassulus 2019-01-27 14:32:33 +01:00
parent fd4876da16
commit 92caf2dada

View File

@ -92,7 +92,7 @@ let
]; ];
hooks.PRIVMSG = [ hooks.PRIVMSG = [
{ {
pattern = "^bier balance"; pattern = "^bier bal(ance)*$";
activate = "match"; activate = "match";
command = { command = {
env = { env = {