Skip to content

Commit

Permalink
Next changes
Browse files Browse the repository at this point in the history
  • Loading branch information
karols146 committed Jan 7, 2017
1 parent 9b75c18 commit 6d553dc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion gmcp.tin
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@

#EVENT {IAC SB GMCP comm.repop IAC SE}
{
#if {$repoptrackToggle}
{
#var {GMCP[COMM][REPOP]} {%0};
#format {curr_time} {%T};
#if {$repoptrack}
Expand All @@ -166,11 +168,14 @@
$repchan @WRepop @w= @r$GMCP[COMM][REPOP][zone]@w @@ @r$time;
#var time {};
#nop;
}
}

#alias {^repopwatch {on|off}$}
{
#if {"%1" == on"}
#nop adding " on on

#if {"%1" == "on"}
{
#var repoptrack 1;
}
Expand Down
6 changes: 3 additions & 3 deletions tmuxit
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ tmux new -d -s aardwolf
tmux neww "tail -fs .1 $DIR/Aardwolf-chats"
tmux splitw -b -h -l 30 "tail -fs .1 $DIR/minimap"
tmux selectp -t 1
tmux splitw -v -b -l 34 "tail -fs .1 $DIR/group"
tmux splitw -v -b -l 43 "tail -fs .1 $DIR/group"
tmux splitw -v -l 20 "tail -fs .1 $DIR/quest"
tmux selectp -t 0
tmux splitw -v -l 44 "tt++ -G $DIR/setup.tin;bash -i"
tmux splitw -h -l 40 "tail -fs .1 $DIR/chars"
tmux splitw -v -l 41 "tt++ -G $DIR/setup.tin;bash -i"
tmux splitw -h -l 46 "tail -fs .1 $DIR/chars"
tmux selectp -t 1
#tmux selectp -t 0
#tmux selectp -t 5
Expand Down
6 changes: 3 additions & 3 deletions variables.tin
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#CLASS {variables} OPEN

#VARIABLE {CLIENT_NAME} {Aardwolf-Tintin}
#VARIABLE {CLIENT_VERSION} {1.01}
#VARIABLE {prompt} {<120>100.00 HP <150>| <140>100.00 MANA <150>| <188><838>100.00 MV<099>}
#VARIABLE {CLIENT_NAME} {Aardwolf-Tintin}
#VARIABLE {CLIENT_VERSION} {1.01}
#VARIABLE {prompt} {<120>100.00 HP <150>| <140>100.00 MANA <150>| 100.00 MV|<fca> 127583 gold <cfa>|<099>}
#VARIABLE {repchan} {gt}

#CLASS {variables} CLOSE

0 comments on commit 6d553dc

Please sign in to comment.