Fix reconnect alias and add comments to mud.tin

This commit is contained in:
Jared Miller 2026-02-11 23:39:30 -05:00
parent 9fdc7b9cad
commit e0376bbb05
Signed by: shmup
GPG key ID: 22B5C6D66A38B06C

16
mud.tin
View file

@ -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<direction> = 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;
}