From e0376bbb059a2866d17ef8cbf878c52f47ae25b5 Mon Sep 17 00:00:00 2001 From: Jared Miller Date: Wed, 11 Feb 2026 23:39:30 -0500 Subject: [PATCH] Fix reconnect alias and add comments to mud.tin --- mud.tin | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/mud.tin b/mud.tin index 2514403..a27239e 100644 --- a/mud.tin +++ b/mud.tin @@ -1,8 +1,14 @@ -#NOP TinTin++ config for connecting to the MUD server +#NOP TinTin++ config for the MUD server +#NOP usage: tt++ mud.tin #split 0 1 + +#NOP reconnect after disconnect. defined before #session so it +#NOP persists in the startup session when the mud session dies. +#alias {reconnect} {#session mud localhost 6789} + #session mud localhost 6789 -#NOP fly aliases: f = fly 5 in that direction +#NOP fly shortcuts: f + direction #alias {fn} {fly north} #alias {fs} {fly south} #alias {fe} {fly east} @@ -12,10 +18,6 @@ #alias {fse} {fly southeast} #alias {fsw} {fly southwest} +#NOP combat shortcuts #alias {o} {sweep} #alias {r} {roundhouse} - -#alias {reconnect} { - #zap mud; - #session mud localhost 6789; -}