shackie: extend .open pattern

This commit is contained in:
lassulus 2022-10-28 16:49:57 +02:00
parent b6f6aee6ba
commit fb58d939c2

View File

@ -19,7 +19,7 @@
config = {
hooks.PRIVMSG = [
{
pattern = ".open$";
pattern = ''\.open\??$|\.offen\??$'';
activate = "match";
command.filename = pkgs.writers.writeDash "is_shack_open" ''
${pkgs.curl}/bin/curl -fSsk https://api.shackspace.de/v1/space |