Add reconnect tintin command

This commit is contained in:
Jared Miller 2026-02-10 11:26:41 -05:00
parent 8b4493ea39
commit 224c1f0645
Signed by: shmup
GPG key ID: 22B5C6D66A38B06C

View file

@ -12,7 +12,10 @@
#alias {fse} {fly southeast}
#alias {fsw} {fly southwest}
#NOP combat aliases (pr/pl/dr/dl/f/v are built into the MUD)
#NOP these are extras for single-key convenience
#alias {o} {sweep}
#alias {r} {roundhouse}
#alias {reconnect} {
#zap mud;
#session mud localhost 6789;
}