Fix reconnect alias and add comments to mud.tin
This commit is contained in:
parent
9fdc7b9cad
commit
e0376bbb05
1 changed files with 9 additions and 7 deletions
16
mud.tin
16
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<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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue