client/tintin-2.02.60 #1

Merged
binaryatrocity merged 53 commits from client/tintin-2.02.60 into master 2026-03-01 01:42:32 +00:00
Showing only changes of commit 81b3f373d5 - Show all commits

View File

@ -1,4 +1,4 @@
cd ~/documents/MUD/Discworld cd "$(dirname '$0')"
rm logs/history.log rm logs/history.log
# No existing discworld session? Then create one # No existing discworld session? Then create one
@ -30,7 +30,7 @@ if [ -n "$TMUX" ] || [ "$DISC_SESSION_CREATE" = "1" ]; then
tmux send-keys 'clear && tail -fs .5 logs/chat.log' 'C-m' tmux send-keys 'clear && tail -fs .5 logs/chat.log' 'C-m'
# Did we ask for the full layout? # Did we ask for the full layout?
if [[ $1 == "full" || $1 != "full" ]]; then if [[ $1 == "full" ]]; then
# Horizontal split and load spottimers # Horizontal split and load spottimers
echo "Making death timer window" echo "Making death timer window"
tmux select-pane -t discworld:0.1 tmux select-pane -t discworld:0.1