mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-06 01:35:04 +02:00
* Temporary work around for broken pty/iconv-lite encoding with doors
This commit is contained in:
parent
15cf37c55c
commit
c7a6e6fd29
3 changed files with 14 additions and 8 deletions
|
@ -617,7 +617,7 @@
|
|||
}
|
||||
/*
|
||||
The 'abracadabra' module's config.args accepts the following format objects:
|
||||
{dropfile} - Path to generated dropfile
|
||||
{dropFile} - Path to generated dropfile
|
||||
{node} - Node number
|
||||
*/
|
||||
doorPimpWars: {
|
||||
|
@ -628,7 +628,7 @@
|
|||
dropFileType: DORINFO
|
||||
cmd: /usr/bin/dosemu
|
||||
args: [
|
||||
"-quiet", "-f", "/home/nuskooler/DOS/X/LORD/dosemu.conf", "X:\\PW\\START.BAT {dropfile} {node}"
|
||||
"-quiet", "-f", "/home/nuskooler/DOS/X/LORD/dosemu.conf", "X:\\PW\\START.BAT {dropFile} {node}"
|
||||
],
|
||||
nodeMax: 1
|
||||
tooManyArt: DOORMANY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue