summaryrefslogtreecommitdiffstats
path: root/bin/hornet/twitch
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hornet/twitch')
-rwxr-xr-xbin/hornet/twitch4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/hornet/twitch b/bin/hornet/twitch
index 79473f2..5b691ab 100755
--- a/bin/hornet/twitch
+++ b/bin/hornet/twitch
@@ -2,8 +2,8 @@
if [ -z "${1}" ]; then
ssh partofme killall vlc
- echo '*/buffer close twitch.#' > ~/.weechat/weechat_fifo
+ 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
+ echo "irc.server.twitch */join #${1}" >~/.weechat/weechat_fifo
fi