summaryrefslogtreecommitdiffstats
path: root/local/.bin/hornet/twitch
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-10-08 13:13:24 -0400
committerJesse Luehrs <doy@tozt.net>2023-10-08 13:23:36 -0400
commitda9ca02b185d6cc95e41187a641fe3d0c77b6799 (patch)
treedef0b6bd4eabeef3efeb5a4939bfe4090a6276af /local/.bin/hornet/twitch
parent7b49108ed72f290c12d97e8b7c56bc20e3c47344 (diff)
downloadconf-da9ca02b185d6cc95e41187a641fe3d0c77b6799.tar.gz
conf-da9ca02b185d6cc95e41187a641fe3d0c77b6799.zip
remove some no longer used config
Diffstat (limited to 'local/.bin/hornet/twitch')
-rwxr-xr-xlocal/.bin/hornet/twitch9
1 files changed, 0 insertions, 9 deletions
diff --git a/local/.bin/hornet/twitch b/local/.bin/hornet/twitch
deleted file mode 100755
index 5b691ab..0000000
--- a/local/.bin/hornet/twitch
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-if [ -z "${1}" ]; then
- ssh partofme killall vlc
- echo '*/buffer close twitch.#' >~/.weechat/weechat_fifo
-else
- ssh partofme sh -c "'nohup twitch ${1} > /dev/null 2>&1 &'"
- echo "irc.server.twitch */join #${1}" >~/.weechat/weechat_fifo
-fi