summaryrefslogtreecommitdiffstats
path: root/bin/hush/twitch
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-01 03:44:51 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-01 03:44:51 -0500
commit41e40fada15dfab455b02e51407feaaa2db0ebb2 (patch)
tree73831d6d87cf338343fddad7515a26522168e0a1 /bin/hush/twitch
parent432bbcf90817b53ec7c7fff9cd819ada7efb2223 (diff)
downloadconf-41e40fada15dfab455b02e51407feaaa2db0ebb2.tar.gz
conf-41e40fada15dfab455b02e51407feaaa2db0ebb2.zip
remove hush configuration
Diffstat (limited to 'bin/hush/twitch')
-rwxr-xr-xbin/hush/twitch9
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/hush/twitch b/bin/hush/twitch
deleted file mode 100755
index 79473f2..0000000
--- a/bin/hush/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