Skip to content

Commit

Permalink
fix typo in mapper help
Browse files Browse the repository at this point in the history
  • Loading branch information
fiendish committed Apr 6, 2016
1 parent 5499323 commit 8b0aaa8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion MUSHclient/AardwolfPackageChanges.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
Aardwolf Client Package Major Changes List

r1871 snapshot:
- bug fix: update the mapper help for fullportal to match the recent command format change.

r1870 snapshot:
- misc change: the statmon miniwindow plugin has more compact labels that waste less space.
- new feature: the statmon miniwindow has an option for showing gold with commas.
- misc change: one of the experimental text substitution plugins has been removed. Substitutions without GMCP are just not good.
- new feature: if the GMCP mapper is hidden using "mapper hide", it will stay hidden across sessions.
- new feature: the GMCP mapper has a new "mapper updown" command to toggle showing up and down exits.
- buf fix/misc change: the GMCP mapper's fullportal command has a new syntax that better separates the input arguments.
- bug fix/misc change: the GMCP mapper's fullportal command has a new syntax that better separates the input arguments.
- new feature: the GMCP mapper now in theory allows portal creation to nomap rooms (though the room still needs to be uniquely named to work properly).
- new feature: GMCP mapper search results are now numbered, and the "mapper next" command correspondingly accepts a numeric argument.
- new feature: there is a new plugin meant to assist players who use screen readers by capturing the output from game commands and sending it to a MUSHclient notepad. The plugin is called aard_VI_command_output.xml. For now it has an accompanying readme file.
Expand Down
4 changes: 2 additions & 2 deletions MUSHclient/worlds/plugins/aard_GMCP_mapper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4335,8 +4335,8 @@ function OnHelp (name, line, wildcards)
> to get around the line break parser
> (ex: 'mapper portal hold amulet;;enter').]],
[[]],
[[There is also 'mapper fullportal <command> <room_id> <level>' which lets you set
all portal aspects in one command without being in the target room.]],
[[There is also 'mapper fullportal {<command>} {<room_id>} <level>' which lets you
set all portal aspects in one command without being in the target room.]],
[[]],
[[+---- NORECALL/NOPORTAL ROOM ASSISTANCE -------------------------------------+]],
[[mapper portalrecall <index> --> Flag/unflag a portal as using a recall or
Expand Down

0 comments on commit 8b0aaa8

Please sign in to comment.