Skip to content

Commit

Permalink
Add MUX coms to 'help evaluation order' and '@config compile'.
Browse files Browse the repository at this point in the history
  • Loading branch information
talvo committed Aug 19, 2016
1 parent 01f8fae commit d8457a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions game/txt/hlp/penntop.hlp
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,7 @@ See also: ENACTOR, EXECUTOR

Socket commands (*): QUIT, SCREENWIDTH, etc
Single-token commands: ", :, ;, +, \, #
MUX-style channel aliases, if enabled (see 'help muxcomm')
Exits in the room
&attribute setting
Regular game commands: get, inventory, @emit, etc
Expand Down
4 changes: 4 additions & 0 deletions src/conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -2021,4 +2021,8 @@ show_compile_options(dbref player)
notify(player, T(" Internal regular expressions are JIT-compiled."));
}
#endif

#ifdef MUXCOMM
notify(player, T("MUX-style channel aliases are enabled."));
#endif
}

0 comments on commit d8457a7

Please sign in to comment.