shackie: extend .open pattern
This commit is contained in:
parent
b6f6aee6ba
commit
fb58d939c2
@ -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 |
|
||||
|
Loading…
Reference in New Issue
Block a user