hysteria

ii wrapper script
git clone git://git.2f30.org/hysteria
Log | Files | Refs | README | LICENSE

commit e7c632926339cbe682d6a9f7c7bac5e1965b36a8
parent 802a19eb46241f4bde95ff3b37577fc9c236c176
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Wed, 29 Oct 2014 23:25:39 +0000

rename ii window

don't conflict with the server in/out window.

Diffstat:
Mhysteria-connect | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hysteria-connect b/hysteria-connect @@ -22,5 +22,5 @@ host=$(printf '%s' "$1" | cut -d ':' -f 1) port=$(printf '%s' "$1" | cut -s -d ':' -f 2) [ "$port" = "" ] && port="6667" tmux new-window "ii -i $ircdir -s $host -p $port -n $nick -f $fullname" -tmux rename-window "$host" +tmux rename-window "ii:$host" hysteria-waitfile "$ircdir/$host/out"