diff options
Diffstat (limited to 'var/www/splstr')
-rwxr-xr-x | var/www/splstr/links.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/www/splstr/links.sh b/var/www/splstr/links.sh index d0ff527..aefe454 100755 --- a/var/www/splstr/links.sh +++ b/var/www/splstr/links.sh @@ -25,7 +25,7 @@ for i in `curl $u | pup a | tr $' ' $'\n' | grep href | cut -d\" -f2` do printf . case $i in - mail* | xmpp* | mumble* | irc* | tel*) + mail* | xmpp* | mumble* | irc* | tel* | matrix*) noop $i ;; //*) |