Change MSGHANDLER from compile-time to sysconf
This commit is contained in:
@@ -6064,6 +6064,10 @@ escape command (!). The syntax is the same as WIZARDS.
|
||||
EXPLORERS\ =\ A list of users who are allowed to use the explore mode.
|
||||
The syntax is the same as WIZARDS.
|
||||
.lp
|
||||
MSGHANDLER\ =\ A path and filename of executable. Whenever a message-window
|
||||
message is shown, NetHack runs this program. The program will get
|
||||
the message as the only parameter.
|
||||
.lp
|
||||
MAXPLAYERS\ =\ Limit the maximum number of games that can be running
|
||||
at the same time.
|
||||
.lp
|
||||
|
||||
@@ -6703,6 +6703,11 @@ The syntax is the same as WIZARDS.
|
||||
A list of users who are allowed to use the explore mode.
|
||||
The syntax is the same as WIZARDS.
|
||||
%.lp
|
||||
\item[\ib{MSGHANDLER}]
|
||||
A path and filename of executable. Whenever a message-window
|
||||
message is shown, NetHack runs this program. The program will get
|
||||
the message as the only parameter.
|
||||
%.lp
|
||||
\item[\ib{MAXPLAYERS}]
|
||||
Limit the maximum number of games that can be running at the same time.
|
||||
%.lp
|
||||
|
||||
@@ -1474,6 +1474,7 @@ interactively setting a status highlight for hunger with 'O' and choosing
|
||||
a pet with the hides-under attribute could "move reluctantly over" a cursed
|
||||
object and then hide under it
|
||||
prevent monster generation in the sokoban trap hallway
|
||||
change MSGHANDLER from compile-time to sysconf option
|
||||
|
||||
|
||||
Fixes to 3.7.0-x General Problems Exposed Via git Repository
|
||||
|
||||
Reference in New Issue
Block a user