shackie: extend .open pattern
This commit is contained in:
parent
b6f6aee6ba
commit
fb58d939c2
@ -19,7 +19,7 @@
|
|||||||
config = {
|
config = {
|
||||||
hooks.PRIVMSG = [
|
hooks.PRIVMSG = [
|
||||||
{
|
{
|
||||||
pattern = ".open$";
|
pattern = ''\.open\??$|\.offen\??$'';
|
||||||
activate = "match";
|
activate = "match";
|
||||||
command.filename = pkgs.writers.writeDash "is_shack_open" ''
|
command.filename = pkgs.writers.writeDash "is_shack_open" ''
|
||||||
${pkgs.curl}/bin/curl -fSsk https://api.shackspace.de/v1/space |
|
${pkgs.curl}/bin/curl -fSsk https://api.shackspace.de/v1/space |
|
||||||
|
Loading…
Reference in New Issue
Block a user