21 lines
470 B
Text
21 lines
470 B
Text
#NOP TinTin++ config for connecting to the MUD server
|
|
#split 0 1
|
|
#session mud localhost 6789
|
|
|
|
#NOP fly aliases: f<direction> = fly 5 in that direction
|
|
#alias {fn} {fly north}
|
|
#alias {fs} {fly south}
|
|
#alias {fe} {fly east}
|
|
#alias {fw} {fly west}
|
|
#alias {fne} {fly northeast}
|
|
#alias {fnw} {fly northwest}
|
|
#alias {fse} {fly southeast}
|
|
#alias {fsw} {fly southwest}
|
|
|
|
#alias {o} {sweep}
|
|
#alias {r} {roundhouse}
|
|
|
|
#alias {reconnect} {
|
|
#zap mud;
|
|
#session mud localhost 6789;
|
|
}
|