From 65b2a141538e1d36e0dc46af3dc9ae1070f6d271 Mon Sep 17 00:00:00 2001
From: Griatch
Date: Sat, 30 Oct 2021 22:40:55 +0200
Subject: [PATCH] Updated HTML docs
---
docs/0.9.5/.buildinfo | 2 +-
docs/0.9.5/Default-Commands.html | 32 +-
docs/0.9.5/_sources/Default-Commands.md.txt | 32 +-
.../api/evennia.commands.default.account.html | 2 +-
.../api/evennia.commands.default.admin.html | 2 +-
...evennia.commands.default.batchprocess.html | 2 +-
.../evennia.commands.default.building.html | 4 +-
.../api/evennia.commands.default.comms.html | 4 +-
.../api/evennia.commands.default.general.html | 6 +-
.../api/evennia.commands.default.system.html | 4 +-
.../evennia.commands.default.unloggedin.html | 10 +-
docs/0.9.5/api/evennia.contrib.chargen.html | 2 +-
.../api/evennia.contrib.email_login.html | 10 +-
.../api/evennia.contrib.extended_room.html | 2 +-
...vennia.contrib.ingame_python.commands.html | 2 +-
docs/0.9.5/api/evennia.contrib.rpsystem.html | 2 +-
.../evennia.contrib.turnbattle.tb_basic.html | 2 +-
.../evennia.contrib.turnbattle.tb_equip.html | 2 +-
.../evennia.contrib.turnbattle.tb_items.html | 2 +-
.../evennia.contrib.turnbattle.tb_magic.html | 2 +-
.../evennia.contrib.turnbattle.tb_range.html | 2 +-
...b.tutorial_examples.cmdset_red_button.html | 6 +-
...vennia.contrib.tutorial_world.objects.html | 6 +-
.../evennia.contrib.tutorial_world.rooms.html | 6 +-
docs/0.9.5/api/evennia.utils.eveditor.html | 2 +-
docs/0.9.5/api/evennia.utils.evmore.html | 2 +-
docs/1.0-dev/.buildinfo | 2 +-
docs/1.0-dev/Components/Default-Commands.html | 18 +-
docs/1.0-dev/Components/FuncParser.html | 11 +-
.../Change-Messages-Per-Receiver.html | 473 +++++++++++++
docs/1.0-dev/Concepts/Concepts-Overview.html | 1 +
.../evennia/commands/default/system.html | 3 +-
.../_modules/evennia/objects/objects.html | 14 +-
.../evennia/server/evennia_launcher.html | 2 +-
.../_modules/evennia/utils/funcparser.html | 153 +++-
.../_modules/evennia/utils/gametime.html | 8 +-
.../1.0-dev/_modules/evennia/utils/utils.html | 37 +
.../utils/verb_conjugation/pronouns.html | 667 ++++++++++++++++++
.../evennia/utils/verb_conjugation/tests.html | 48 +-
docs/1.0-dev/_modules/index.html | 1 +
.../Components/Default-Commands.md.txt | 18 +-
.../_sources/Components/FuncParser.md.txt | 11 +-
.../Change-Messages-Per-Receiver.md.txt | 220 ++++++
.../Concepts/Concepts-Overview.md.txt | 1 +
.../_sources/api/evennia.server.md.txt | 1 +
.../api/evennia.utils.verb_conjugation.md.txt | 1 +
...nia.utils.verb_conjugation.pronouns.md.txt | 10 +
docs/1.0-dev/_sources/toc.md.txt | 2 +
docs/1.0-dev/api/evennia-api.html | 1 +
.../api/evennia.commands.default.account.html | 4 +-
...evennia.commands.default.batchprocess.html | 4 +-
.../evennia.commands.default.building.html | 8 +-
.../api/evennia.commands.default.comms.html | 4 +-
.../api/evennia.commands.default.general.html | 8 +-
.../api/evennia.commands.default.system.html | 4 +-
.../evennia.commands.default.unloggedin.html | 4 +-
docs/1.0-dev/api/evennia.contrib.chargen.html | 4 +-
.../1.0-dev/api/evennia.contrib.clothing.html | 4 +-
docs/1.0-dev/api/evennia.contrib.dice.html | 4 +-
.../api/evennia.contrib.email_login.html | 4 +-
.../evennia.contrib.evscaperoom.commands.html | 24 +-
.../1.0-dev/api/evennia.contrib.rpsystem.html | 4 +-
....contrib.tutorial_examples.red_button.html | 16 +-
...vennia.contrib.tutorial_world.objects.html | 16 +-
.../evennia.contrib.tutorial_world.rooms.html | 4 +-
docs/1.0-dev/api/evennia.html | 1 +
docs/1.0-dev/api/evennia.objects.objects.html | 5 +-
docs/1.0-dev/api/evennia.utils.eveditor.html | 4 +-
docs/1.0-dev/api/evennia.utils.evmenu.html | 4 +-
docs/1.0-dev/api/evennia.utils.evmore.html | 4 +-
.../1.0-dev/api/evennia.utils.funcparser.html | 221 +++++-
docs/1.0-dev/api/evennia.utils.gametime.html | 6 +-
docs/1.0-dev/api/evennia.utils.html | 1 +
docs/1.0-dev/api/evennia.utils.utils.html | 21 +
.../api/evennia.utils.verb_conjugation.html | 1 +
...ennia.utils.verb_conjugation.pronouns.html | 255 +++++++
.../evennia.utils.verb_conjugation.tests.html | 150 ++++
docs/1.0-dev/genindex.html | 83 ++-
docs/1.0-dev/objects.inv | Bin 123925 -> 124552 bytes
docs/1.0-dev/py-modindex.html | 5 +
docs/1.0-dev/searchindex.js | 2 +-
docs/1.0-dev/toc.html | 15 +
82 files changed, 2549 insertions(+), 198 deletions(-)
create mode 100644 docs/1.0-dev/Concepts/Change-Messages-Per-Receiver.html
create mode 100644 docs/1.0-dev/_modules/evennia/utils/verb_conjugation/pronouns.html
create mode 100644 docs/1.0-dev/_sources/Concepts/Change-Messages-Per-Receiver.md.txt
create mode 100644 docs/1.0-dev/_sources/api/evennia.utils.verb_conjugation.pronouns.md.txt
create mode 100644 docs/1.0-dev/api/evennia.utils.verb_conjugation.pronouns.html
diff --git a/docs/0.9.5/.buildinfo b/docs/0.9.5/.buildinfo
index 995fa84411..6e728d38a6 100644
--- a/docs/0.9.5/.buildinfo
+++ b/docs/0.9.5/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: 4ca5726806a25c6c1d72261c24239678
+config: d9dce5655627bbc3b289deb13b5ed2ba
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/docs/0.9.5/Default-Commands.html b/docs/0.9.5/Default-Commands.html
index 51527f427a..86c07404cc 100644
--- a/docs/0.9.5/Default-Commands.html
+++ b/docs/0.9.5/Default-Commands.html
@@ -53,31 +53,31 @@ with Batch-Processor’s interactive mode.
-__unloggedin_look_command [look, l] (cmdset: UnloggedinCmdSet, help-category: General)
+__unloggedin_look_command [l, look] (cmdset: UnloggedinCmdSet, help-category: General)
about [version] (cmdset: CharacterCmdSet, help-category: System)
-access [groups, hierarchy] (cmdset: CharacterCmdSet, help-category: General)
-accounts [account, listaccounts] (cmdset: CharacterCmdSet, help-category: System)
-addcom [aliaschan, chanalias] (cmdset: AccountCmdSet, help-category: Comms)
+access [hierarchy, groups] (cmdset: CharacterCmdSet, help-category: General)
+accounts [listaccounts, account] (cmdset: CharacterCmdSet, help-category: System)
+addcom [chanalias, aliaschan] (cmdset: AccountCmdSet, help-category: Comms)
alias [setobjalias] (cmdset: CharacterCmdSet, help-category: Building)
allcom (cmdset: AccountCmdSet, help-category: Comms)
batchcode [batchcodes] (cmdset: CharacterCmdSet, help-category: Building)
-batchcommands [batchcommand, batchcmd] (cmdset: CharacterCmdSet, help-category: Building)
+batchcommands [batchcmd, batchcommand] (cmdset: CharacterCmdSet, help-category: Building)
cboot (cmdset: AccountCmdSet, help-category: Comms)
ccreate [channelcreate] (cmdset: AccountCmdSet, help-category: Comms)
cdesc (cmdset: AccountCmdSet, help-category: Comms)
cdestroy (cmdset: AccountCmdSet, help-category: Comms)
cemit [cmsg] (cmdset: AccountCmdSet, help-category: Comms)
-channels [channellist, comlist, chanlist, all channels, clist] (cmdset: AccountCmdSet, help-category: Comms)
+channels [comlist, clist, chanlist, channellist, all channels] (cmdset: AccountCmdSet, help-category: Comms)
charcreate (cmdset: AccountCmdSet, help-category: General)
chardelete (cmdset: AccountCmdSet, help-category: General)
clock (cmdset: AccountCmdSet, help-category: Comms)
cmdsets [listcmsets] (cmdset: CharacterCmdSet, help-category: Building)
color (cmdset: AccountCmdSet, help-category: General)
-connect [con, co, conn] (cmdset: UnloggedinCmdSet, help-category: General)
+connect [co, con, conn] (cmdset: UnloggedinCmdSet, help-category: General)
copy (cmdset: CharacterCmdSet, help-category: Building)
cpattr (cmdset: CharacterCmdSet, help-category: Building)
create (cmdset: CharacterCmdSet, help-category: Building)
-create [cr, cre] (cmdset: UnloggedinCmdSet, help-category: General)
+create [cre, cr] (cmdset: UnloggedinCmdSet, help-category: General)
cwho (cmdset: AccountCmdSet, help-category: Comms)
delcom [delchanalias, delaliaschan] (cmdset: AccountCmdSet, help-category: Comms)
desc [describe] (cmdset: CharacterCmdSet, help-category: Building)
@@ -86,12 +86,12 @@ with drop (cmdset: CharacterCmdSet, help-category: General)
encoding [encode] (cmdset: UnloggedinCmdSet, help-category: General)
examine [exam, ex] (cmdset: AccountCmdSet, help-category: Building)
-find [search, locate] (cmdset: CharacterCmdSet, help-category: Building)
+find [locate, search] (cmdset: CharacterCmdSet, help-category: Building)
get [grab] (cmdset: CharacterCmdSet, help-category: General)
give (cmdset: CharacterCmdSet, help-category: General)
grapevine2chan (cmdset: AccountCmdSet, help-category: Comms)
help [?] (cmdset: AccountCmdSet, help-category: General)
-help [h, ?] (cmdset: UnloggedinCmdSet, help-category: General)
+help [?, h] (cmdset: UnloggedinCmdSet, help-category: General)
home (cmdset: CharacterCmdSet, help-category: General)
ic [puppet] (cmdset: AccountCmdSet, help-category: General)
info (cmdset: UnloggedinCmdSet, help-category: General)
@@ -100,12 +100,12 @@ with ircstatus (cmdset: AccountCmdSet, help-category: Comms)
link (cmdset: CharacterCmdSet, help-category: Building)
lock [locks] (cmdset: CharacterCmdSet, help-category: Building)
-look [l, ls] (cmdset: AccountCmdSet, help-category: General)
-look [l, ls] (cmdset: CharacterCmdSet, help-category: General)
+look [ls, l] (cmdset: AccountCmdSet, help-category: General)
+look [ls, l] (cmdset: CharacterCmdSet, help-category: General)
mvattr (cmdset: CharacterCmdSet, help-category: Building)
name [rename] (cmdset: CharacterCmdSet, help-category: Building)
nick [nicks, nickname] (cmdset: AccountCmdSet, help-category: General)
-objects [db, listobjs, listobjects, stats] (cmdset: CharacterCmdSet, help-category: System)
+objects [listobjs, listobjects, db, stats] (cmdset: CharacterCmdSet, help-category: System)
ooc [unpuppet] (cmdset: AccountCmdSet, help-category: General)
open (cmdset: CharacterCmdSet, help-category: Building)
option [options] (cmdset: AccountCmdSet, help-category: General)
@@ -115,11 +115,11 @@ with py [!] (cmdset: AccountCmdSet, help-category: System)
quell [unquell] (cmdset: AccountCmdSet, help-category: General)
quit (cmdset: AccountCmdSet, help-category: General)
-quit [qu, q] (cmdset: UnloggedinCmdSet, help-category: General)
+quit [q, qu] (cmdset: UnloggedinCmdSet, help-category: General)
reload [restart] (cmdset: AccountCmdSet, help-category: System)
reset [reboot] (cmdset: AccountCmdSet, help-category: System)
rss2chan (cmdset: AccountCmdSet, help-category: Comms)
-say [”, ‘] (cmdset: CharacterCmdSet, help-category: General)
+say [’, “] (cmdset: CharacterCmdSet, help-category: General)
screenreader (cmdset: UnloggedinCmdSet, help-category: General)
script [addscript] (cmdset: CharacterCmdSet, help-category: Building)
scripts [globalscript, listscripts] (cmdset: CharacterCmdSet, help-category: System)
@@ -138,7 +138,7 @@ with tickers (cmdset: CharacterCmdSet, help-category: System)
time [uptime] (cmdset: CharacterCmdSet, help-category: System)
tunnel [tun] (cmdset: CharacterCmdSet, help-category: Building)
-typeclass [swap, parent, type, update] (cmdset: CharacterCmdSet, help-category: Building)
+typeclass [swap, update, parent, type] (cmdset: CharacterCmdSet, help-category: Building)
unlink (cmdset: CharacterCmdSet, help-category: Building)
whisper (cmdset: CharacterCmdSet, help-category: General)
who [doing] (cmdset: AccountCmdSet, help-category: General)
diff --git a/docs/0.9.5/_sources/Default-Commands.md.txt b/docs/0.9.5/_sources/Default-Commands.md.txt
index 157b09781d..67c7fe6753 100644
--- a/docs/0.9.5/_sources/Default-Commands.md.txt
+++ b/docs/0.9.5/_sources/Default-Commands.md.txt
@@ -14,31 +14,31 @@ with [EvEditor](./EvEditor.md), flipping pages in [EvMore](./EvMore.md) or using
[Batch-Processor](./Batch-Processors.md)'s interactive mode.
```
-- [**__unloggedin_look_command** [look, l]](evennia.commands.default.unloggedin.CmdUnconnectedLook) (cmdset: [UnloggedinCmdSet](evennia.commands.default.cmdset_unloggedin.UnloggedinCmdSet), help-category: _General_)
+- [**__unloggedin_look_command** [l, look]](evennia.commands.default.unloggedin.CmdUnconnectedLook) (cmdset: [UnloggedinCmdSet](evennia.commands.default.cmdset_unloggedin.UnloggedinCmdSet), help-category: _General_)
- [**about** [version]](evennia.commands.default.system.CmdAbout) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _System_)
-- [**access** [groups, hierarchy]](evennia.commands.default.general.CmdAccess) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _General_)
-- [**accounts** [account, listaccounts]](evennia.commands.default.system.CmdAccounts) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _System_)
-- [**addcom** [aliaschan, chanalias]](evennia.commands.default.comms.CmdAddCom) (cmdset: [AccountCmdSet](evennia.commands.default.cmdset_account.AccountCmdSet), help-category: _Comms_)
+- [**access** [hierarchy, groups]](evennia.commands.default.general.CmdAccess) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _General_)
+- [**accounts** [listaccounts, account]](evennia.commands.default.system.CmdAccounts) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _System_)
+- [**addcom** [chanalias, aliaschan]](evennia.commands.default.comms.CmdAddCom) (cmdset: [AccountCmdSet](evennia.commands.default.cmdset_account.AccountCmdSet), help-category: _Comms_)
- [**alias** [setobjalias]](evennia.commands.default.building.CmdSetObjAlias) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _Building_)
- [**allcom**](evennia.commands.default.comms.CmdAllCom) (cmdset: [AccountCmdSet](evennia.commands.default.cmdset_account.AccountCmdSet), help-category: _Comms_)
- [**batchcode** [batchcodes]](evennia.commands.default.batchprocess.CmdBatchCode) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _Building_)
-- [**batchcommands** [batchcommand, batchcmd]](evennia.commands.default.batchprocess.CmdBatchCommands) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _Building_)
+- [**batchcommands** [batchcmd, batchcommand]](evennia.commands.default.batchprocess.CmdBatchCommands) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _Building_)
- [**cboot**](evennia.commands.default.comms.CmdCBoot) (cmdset: [AccountCmdSet](evennia.commands.default.cmdset_account.AccountCmdSet), help-category: _Comms_)
- [**ccreate** [channelcreate]](evennia.commands.default.comms.CmdChannelCreate) (cmdset: [AccountCmdSet](evennia.commands.default.cmdset_account.AccountCmdSet), help-category: _Comms_)
- [**cdesc**](evennia.commands.default.comms.CmdCdesc) (cmdset: [AccountCmdSet](evennia.commands.default.cmdset_account.AccountCmdSet), help-category: _Comms_)
- [**cdestroy**](evennia.commands.default.comms.CmdCdestroy) (cmdset: [AccountCmdSet](evennia.commands.default.cmdset_account.AccountCmdSet), help-category: _Comms_)
- [**cemit** [cmsg]](evennia.commands.default.comms.CmdCemit) (cmdset: [AccountCmdSet](evennia.commands.default.cmdset_account.AccountCmdSet), help-category: _Comms_)
-- [**channels** [channellist, comlist, chanlist, all channels, clist]](evennia.commands.default.comms.CmdChannels) (cmdset: [AccountCmdSet](evennia.commands.default.cmdset_account.AccountCmdSet), help-category: _Comms_)
+- [**channels** [comlist, clist, chanlist, channellist, all channels]](evennia.commands.default.comms.CmdChannels) (cmdset: [AccountCmdSet](evennia.commands.default.cmdset_account.AccountCmdSet), help-category: _Comms_)
- [**charcreate**](evennia.commands.default.account.CmdCharCreate) (cmdset: [AccountCmdSet](evennia.commands.default.cmdset_account.AccountCmdSet), help-category: _General_)
- [**chardelete**](evennia.commands.default.account.CmdCharDelete) (cmdset: [AccountCmdSet](evennia.commands.default.cmdset_account.AccountCmdSet), help-category: _General_)
- [**clock**](evennia.commands.default.comms.CmdClock) (cmdset: [AccountCmdSet](evennia.commands.default.cmdset_account.AccountCmdSet), help-category: _Comms_)
- [**cmdsets** [listcmsets]](evennia.commands.default.building.CmdListCmdSets) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _Building_)
- [**color**](evennia.commands.default.account.CmdColorTest) (cmdset: [AccountCmdSet](evennia.commands.default.cmdset_account.AccountCmdSet), help-category: _General_)
-- [**connect** [con, co, conn]](evennia.commands.default.unloggedin.CmdUnconnectedConnect) (cmdset: [UnloggedinCmdSet](evennia.commands.default.cmdset_unloggedin.UnloggedinCmdSet), help-category: _General_)
+- [**connect** [co, con, conn]](evennia.commands.default.unloggedin.CmdUnconnectedConnect) (cmdset: [UnloggedinCmdSet](evennia.commands.default.cmdset_unloggedin.UnloggedinCmdSet), help-category: _General_)
- [**copy**](evennia.commands.default.building.CmdCopy) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _Building_)
- [**cpattr**](evennia.commands.default.building.CmdCpAttr) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _Building_)
- [**create**](evennia.commands.default.building.CmdCreate) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _Building_)
-- [**create** [cr, cre]](evennia.commands.default.unloggedin.CmdUnconnectedCreate) (cmdset: [UnloggedinCmdSet](evennia.commands.default.cmdset_unloggedin.UnloggedinCmdSet), help-category: _General_)
+- [**create** [cre, cr]](evennia.commands.default.unloggedin.CmdUnconnectedCreate) (cmdset: [UnloggedinCmdSet](evennia.commands.default.cmdset_unloggedin.UnloggedinCmdSet), help-category: _General_)
- [**cwho**](evennia.commands.default.comms.CmdCWho) (cmdset: [AccountCmdSet](evennia.commands.default.cmdset_account.AccountCmdSet), help-category: _Comms_)
- [**delcom** [delchanalias, delaliaschan]](evennia.commands.default.comms.CmdDelCom) (cmdset: [AccountCmdSet](evennia.commands.default.cmdset_account.AccountCmdSet), help-category: _Comms_)
- [**desc** [describe]](evennia.commands.default.building.CmdDesc) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _Building_)
@@ -47,12 +47,12 @@ with [EvEditor](./EvEditor.md), flipping pages in [EvMore](./EvMore.md) or using
- [**drop**](evennia.commands.default.general.CmdDrop) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _General_)
- [**encoding** [encode]](evennia.commands.default.unloggedin.CmdUnconnectedEncoding) (cmdset: [UnloggedinCmdSet](evennia.commands.default.cmdset_unloggedin.UnloggedinCmdSet), help-category: _General_)
- [**examine** [exam, ex]](evennia.commands.default.building.CmdExamine) (cmdset: [AccountCmdSet](evennia.commands.default.cmdset_account.AccountCmdSet), help-category: _Building_)
-- [**find** [search, locate]](evennia.commands.default.building.CmdFind) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _Building_)
+- [**find** [locate, search]](evennia.commands.default.building.CmdFind) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _Building_)
- [**get** [grab]](evennia.commands.default.general.CmdGet) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _General_)
- [**give**](evennia.commands.default.general.CmdGive) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _General_)
- [**grapevine2chan**](evennia.commands.default.comms.CmdGrapevine2Chan) (cmdset: [AccountCmdSet](evennia.commands.default.cmdset_account.AccountCmdSet), help-category: _Comms_)
- [**help** [?]](evennia.commands.default.help.CmdHelp) (cmdset: [AccountCmdSet](evennia.commands.default.cmdset_account.AccountCmdSet), help-category: _General_)
-- [**help** [h, ?]](evennia.commands.default.unloggedin.CmdUnconnectedHelp) (cmdset: [UnloggedinCmdSet](evennia.commands.default.cmdset_unloggedin.UnloggedinCmdSet), help-category: _General_)
+- [**help** [?, h]](evennia.commands.default.unloggedin.CmdUnconnectedHelp) (cmdset: [UnloggedinCmdSet](evennia.commands.default.cmdset_unloggedin.UnloggedinCmdSet), help-category: _General_)
- [**home**](evennia.commands.default.general.CmdHome) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _General_)
- [**ic** [puppet]](evennia.commands.default.account.CmdIC) (cmdset: [AccountCmdSet](evennia.commands.default.cmdset_account.AccountCmdSet), help-category: _General_)
- [**info**](evennia.commands.default.unloggedin.CmdUnconnectedInfo) (cmdset: [UnloggedinCmdSet](evennia.commands.default.cmdset_unloggedin.UnloggedinCmdSet), help-category: _General_)
@@ -61,12 +61,12 @@ with [EvEditor](./EvEditor.md), flipping pages in [EvMore](./EvMore.md) or using
- [**ircstatus**](evennia.commands.default.comms.CmdIRCStatus) (cmdset: [AccountCmdSet](evennia.commands.default.cmdset_account.AccountCmdSet), help-category: _Comms_)
- [**link**](evennia.commands.default.building.CmdLink) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _Building_)
- [**lock** [locks]](evennia.commands.default.building.CmdLock) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _Building_)
-- [**look** [l, ls]](evennia.commands.default.account.CmdOOCLook) (cmdset: [AccountCmdSet](evennia.commands.default.cmdset_account.AccountCmdSet), help-category: _General_)
-- [**look** [l, ls]](evennia.commands.default.general.CmdLook) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _General_)
+- [**look** [ls, l]](evennia.commands.default.account.CmdOOCLook) (cmdset: [AccountCmdSet](evennia.commands.default.cmdset_account.AccountCmdSet), help-category: _General_)
+- [**look** [ls, l]](evennia.commands.default.general.CmdLook) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _General_)
- [**mvattr**](evennia.commands.default.building.CmdMvAttr) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _Building_)
- [**name** [rename]](evennia.commands.default.building.CmdName) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _Building_)
- [**nick** [nicks, nickname]](evennia.commands.default.general.CmdNick) (cmdset: [AccountCmdSet](evennia.commands.default.cmdset_account.AccountCmdSet), help-category: _General_)
-- [**objects** [db, listobjs, listobjects, stats]](evennia.commands.default.system.CmdObjects) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _System_)
+- [**objects** [listobjs, listobjects, db, stats]](evennia.commands.default.system.CmdObjects) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _System_)
- [**ooc** [unpuppet]](evennia.commands.default.account.CmdOOC) (cmdset: [AccountCmdSet](evennia.commands.default.cmdset_account.AccountCmdSet), help-category: _General_)
- [**open**](evennia.commands.default.building.CmdOpen) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _Building_)
- [**option** [options]](evennia.commands.default.account.CmdOption) (cmdset: [AccountCmdSet](evennia.commands.default.cmdset_account.AccountCmdSet), help-category: _General_)
@@ -76,11 +76,11 @@ with [EvEditor](./EvEditor.md), flipping pages in [EvMore](./EvMore.md) or using
- [**py** [!]](evennia.commands.default.system.CmdPy) (cmdset: [AccountCmdSet](evennia.commands.default.cmdset_account.AccountCmdSet), help-category: _System_)
- [**quell** [unquell]](evennia.commands.default.account.CmdQuell) (cmdset: [AccountCmdSet](evennia.commands.default.cmdset_account.AccountCmdSet), help-category: _General_)
- [**quit**](evennia.commands.default.account.CmdQuit) (cmdset: [AccountCmdSet](evennia.commands.default.cmdset_account.AccountCmdSet), help-category: _General_)
-- [**quit** [qu, q]](evennia.commands.default.unloggedin.CmdUnconnectedQuit) (cmdset: [UnloggedinCmdSet](evennia.commands.default.cmdset_unloggedin.UnloggedinCmdSet), help-category: _General_)
+- [**quit** [q, qu]](evennia.commands.default.unloggedin.CmdUnconnectedQuit) (cmdset: [UnloggedinCmdSet](evennia.commands.default.cmdset_unloggedin.UnloggedinCmdSet), help-category: _General_)
- [**reload** [restart]](evennia.commands.default.system.CmdReload) (cmdset: [AccountCmdSet](evennia.commands.default.cmdset_account.AccountCmdSet), help-category: _System_)
- [**reset** [reboot]](evennia.commands.default.system.CmdReset) (cmdset: [AccountCmdSet](evennia.commands.default.cmdset_account.AccountCmdSet), help-category: _System_)
- [**rss2chan**](evennia.commands.default.comms.CmdRSS2Chan) (cmdset: [AccountCmdSet](evennia.commands.default.cmdset_account.AccountCmdSet), help-category: _Comms_)
-- [**say** [", ']](evennia.commands.default.general.CmdSay) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _General_)
+- [**say** [', "]](evennia.commands.default.general.CmdSay) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _General_)
- [**screenreader**](evennia.commands.default.unloggedin.CmdUnconnectedScreenreader) (cmdset: [UnloggedinCmdSet](evennia.commands.default.cmdset_unloggedin.UnloggedinCmdSet), help-category: _General_)
- [**script** [addscript]](evennia.commands.default.building.CmdScript) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _Building_)
- [**scripts** [globalscript, listscripts]](evennia.commands.default.system.CmdScripts) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _System_)
@@ -99,7 +99,7 @@ with [EvEditor](./EvEditor.md), flipping pages in [EvMore](./EvMore.md) or using
- [**tickers**](evennia.commands.default.system.CmdTickers) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _System_)
- [**time** [uptime]](evennia.commands.default.system.CmdTime) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _System_)
- [**tunnel** [tun]](evennia.commands.default.building.CmdTunnel) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _Building_)
-- [**typeclass** [swap, parent, type, update]](evennia.commands.default.building.CmdTypeclass) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _Building_)
+- [**typeclass** [swap, update, parent, type]](evennia.commands.default.building.CmdTypeclass) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _Building_)
- [**unlink**](evennia.commands.default.building.CmdUnLink) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _Building_)
- [**whisper**](evennia.commands.default.general.CmdWhisper) (cmdset: [CharacterCmdSet](evennia.commands.default.cmdset_character.CharacterCmdSet), help-category: _General_)
- [**who** [doing]](evennia.commands.default.account.CmdWho) (cmdset: [AccountCmdSet](evennia.commands.default.cmdset_account.AccountCmdSet), help-category: _General_)
diff --git a/docs/0.9.5/api/evennia.commands.default.account.html b/docs/0.9.5/api/evennia.commands.default.account.html
index b0883f258d..d998c2f3e5 100644
--- a/docs/0.9.5/api/evennia.commands.default.account.html
+++ b/docs/0.9.5/api/evennia.commands.default.account.html
@@ -72,7 +72,7 @@ method. Otherwise all text will be returned to all connected sessions.
-
-
aliases = ['l', 'ls']
+aliases = ['ls', 'l']
diff --git a/docs/0.9.5/api/evennia.commands.default.admin.html b/docs/0.9.5/api/evennia.commands.default.admin.html
index 1fdb15eef8..fc745748e6 100644
--- a/docs/0.9.5/api/evennia.commands.default.admin.html
+++ b/docs/0.9.5/api/evennia.commands.default.admin.html
@@ -241,7 +241,7 @@ to accounts respectively.
-
-
aliases = ['pemit', 'remit']
+aliases = ['remit', 'pemit']
diff --git a/docs/0.9.5/api/evennia.commands.default.batchprocess.html b/docs/0.9.5/api/evennia.commands.default.batchprocess.html
index eddc3b8e06..161ff09962 100644
--- a/docs/0.9.5/api/evennia.commands.default.batchprocess.html
+++ b/docs/0.9.5/api/evennia.commands.default.batchprocess.html
@@ -77,7 +77,7 @@ skipping, reloading etc.
-
-
aliases = ['batchcommand', 'batchcmd']
+aliases = ['batchcmd', 'batchcommand']
diff --git a/docs/0.9.5/api/evennia.commands.default.building.html b/docs/0.9.5/api/evennia.commands.default.building.html
index b2f3d4ff90..69f6811aed 100644
--- a/docs/0.9.5/api/evennia.commands.default.building.html
+++ b/docs/0.9.5/api/evennia.commands.default.building.html
@@ -1185,7 +1185,7 @@ server settings.
-
-
aliases = ['swap', 'parent', 'type', 'update']
+aliases = ['swap', 'update', 'parent', 'type']
@@ -1480,7 +1480,7 @@ one is given.
-
-
aliases = ['search', 'locate']
+aliases = ['locate', 'search']
diff --git a/docs/0.9.5/api/evennia.commands.default.comms.html b/docs/0.9.5/api/evennia.commands.default.comms.html
index 5fa9a09c11..b32c6dccc3 100644
--- a/docs/0.9.5/api/evennia.commands.default.comms.html
+++ b/docs/0.9.5/api/evennia.commands.default.comms.html
@@ -66,7 +66,7 @@ aliases to an already joined channel.
-
-
aliases = ['aliaschan', 'chanalias']
+aliases = ['chanalias', 'aliaschan']
@@ -221,7 +221,7 @@ Use addcom/delcom to join and leave channels
-
-
aliases = ['channellist', 'comlist', 'chanlist', 'all channels', 'clist']
+aliases = ['comlist', 'clist', 'chanlist', 'channellist', 'all channels']
diff --git a/docs/0.9.5/api/evennia.commands.default.general.html b/docs/0.9.5/api/evennia.commands.default.general.html
index bd7553692e..6e57fe233a 100644
--- a/docs/0.9.5/api/evennia.commands.default.general.html
+++ b/docs/0.9.5/api/evennia.commands.default.general.html
@@ -109,7 +109,7 @@ look *<account&g
-
-
aliases = ['l', 'ls']
+aliases = ['ls', 'l']
@@ -497,7 +497,7 @@ placing it in their inventory.
-
-
aliases = ['"', "'"]
+aliases = ["'", '"']
@@ -647,7 +647,7 @@ which permission groups you are a member of.
-
-
aliases = ['groups', 'hierarchy']
+aliases = ['hierarchy', 'groups']
diff --git a/docs/0.9.5/api/evennia.commands.default.system.html b/docs/0.9.5/api/evennia.commands.default.system.html
index 46eb7cdf44..9ab9d84d9a 100644
--- a/docs/0.9.5/api/evennia.commands.default.system.html
+++ b/docs/0.9.5/api/evennia.commands.default.system.html
@@ -351,7 +351,7 @@ given, <nr> defaults to 10.
-
-
aliases = ['db', 'listobjs', 'listobjects', 'stats']
+aliases = ['listobjs', 'listobjects', 'db', 'stats']
@@ -611,7 +611,7 @@ If not given, <nr> defaults to 10.
-
-
aliases = ['account', 'listaccounts']
+aliases = ['listaccounts', 'account']
diff --git a/docs/0.9.5/api/evennia.commands.default.unloggedin.html b/docs/0.9.5/api/evennia.commands.default.unloggedin.html
index 87a5293a29..41ee893a06 100644
--- a/docs/0.9.5/api/evennia.commands.default.unloggedin.html
+++ b/docs/0.9.5/api/evennia.commands.default.unloggedin.html
@@ -61,7 +61,7 @@ connect “account name” “pass word”
-
-
aliases = ['con', 'co', 'conn']
+aliases = ['co', 'con', 'conn']
@@ -115,7 +115,7 @@ create “account name” “pass word”
-
-
aliases = ['cr', 'cre']
+aliases = ['cre', 'cr']
@@ -165,7 +165,7 @@ version is a bit more complicated.
-
-
aliases = ['qu', 'q']
+aliases = ['q', 'qu']
@@ -210,7 +210,7 @@ All it does is display the connect screen.
-
-
aliases = ['look', 'l']
+aliases = ['l', 'look']
@@ -254,7 +254,7 @@ for simplicity. It shows a pane of info.
-
-
aliases = ['h', '?']
+aliases = ['?', 'h']
diff --git a/docs/0.9.5/api/evennia.contrib.chargen.html b/docs/0.9.5/api/evennia.contrib.chargen.html
index 9e00f6eb52..f372385159 100644
--- a/docs/0.9.5/api/evennia.contrib.chargen.html
+++ b/docs/0.9.5/api/evennia.contrib.chargen.html
@@ -79,7 +79,7 @@ at them with this command.
-
-
aliases = ['l', 'ls']
+aliases = ['ls', 'l']
diff --git a/docs/0.9.5/api/evennia.contrib.email_login.html b/docs/0.9.5/api/evennia.contrib.email_login.html
index a377fe4eaf..8577fc2f54 100644
--- a/docs/0.9.5/api/evennia.contrib.email_login.html
+++ b/docs/0.9.5/api/evennia.contrib.email_login.html
@@ -76,7 +76,7 @@ the module given by settings.CONNECTION_SCREEN_MODULE.
-
-
aliases = ['con', 'co', 'conn']
+aliases = ['co', 'con', 'conn']
@@ -123,7 +123,7 @@ there is no object yet before the account has logged in)
-
-
aliases = ['cr', 'cre']
+aliases = ['cre', 'cr']
@@ -173,7 +173,7 @@ version is a bit more complicated.
-
-
aliases = ['qu', 'q']
+aliases = ['q', 'qu']
@@ -213,7 +213,7 @@ All it does is display the connect screen.
-
-
aliases = ['look', 'l']
+aliases = ['l', 'look']
@@ -252,7 +252,7 @@ for simplicity. It shows a pane of info.
-
-
aliases = ['h', '?']
+aliases = ['?', 'h']
diff --git a/docs/0.9.5/api/evennia.contrib.extended_room.html b/docs/0.9.5/api/evennia.contrib.extended_room.html
index 474c34e256..49101e5261 100644
--- a/docs/0.9.5/api/evennia.contrib.extended_room.html
+++ b/docs/0.9.5/api/evennia.contrib.extended_room.html
@@ -278,7 +278,7 @@ look *<account&g
-
-
aliases = ['l', 'ls']
+aliases = ['ls', 'l']
diff --git a/docs/0.9.5/api/evennia.contrib.ingame_python.commands.html b/docs/0.9.5/api/evennia.contrib.ingame_python.commands.html
index 0b55433cdc..c8d2332063 100644
--- a/docs/0.9.5/api/evennia.contrib.ingame_python.commands.html
+++ b/docs/0.9.5/api/evennia.contrib.ingame_python.commands.html
@@ -54,7 +54,7 @@
-
-
aliases = ['@callback', '@callbacks', '@calls']
+aliases = ['@calls', '@callbacks', '@callback']
diff --git a/docs/0.9.5/api/evennia.contrib.rpsystem.html b/docs/0.9.5/api/evennia.contrib.rpsystem.html
index afb5f48ed3..0b6404cbe1 100644
--- a/docs/0.9.5/api/evennia.contrib.rpsystem.html
+++ b/docs/0.9.5/api/evennia.contrib.rpsystem.html
@@ -625,7 +625,7 @@ a different language.
-
-
aliases = ['"', "'"]
+aliases = ["'", '"']
diff --git a/docs/0.9.5/api/evennia.contrib.turnbattle.tb_basic.html b/docs/0.9.5/api/evennia.contrib.turnbattle.tb_basic.html
index 98347685d0..1c24c4fa05 100644
--- a/docs/0.9.5/api/evennia.contrib.turnbattle.tb_basic.html
+++ b/docs/0.9.5/api/evennia.contrib.turnbattle.tb_basic.html
@@ -562,7 +562,7 @@ if there are still any actions you can take.
-
-
aliases = ['hold', 'wait']
+aliases = ['wait', 'hold']
diff --git a/docs/0.9.5/api/evennia.contrib.turnbattle.tb_equip.html b/docs/0.9.5/api/evennia.contrib.turnbattle.tb_equip.html
index e909f03ebd..b468138029 100644
--- a/docs/0.9.5/api/evennia.contrib.turnbattle.tb_equip.html
+++ b/docs/0.9.5/api/evennia.contrib.turnbattle.tb_equip.html
@@ -679,7 +679,7 @@ if there are still any actions you can take.
-
-
aliases = ['hold', 'wait']
+aliases = ['wait', 'hold']
diff --git a/docs/0.9.5/api/evennia.contrib.turnbattle.tb_items.html b/docs/0.9.5/api/evennia.contrib.turnbattle.tb_items.html
index 4ccef5950e..8d51a0ea2f 100644
--- a/docs/0.9.5/api/evennia.contrib.turnbattle.tb_items.html
+++ b/docs/0.9.5/api/evennia.contrib.turnbattle.tb_items.html
@@ -713,7 +713,7 @@ if there are still any actions you can take.
-
-
aliases = ['hold', 'wait']
+aliases = ['wait', 'hold']
diff --git a/docs/0.9.5/api/evennia.contrib.turnbattle.tb_magic.html b/docs/0.9.5/api/evennia.contrib.turnbattle.tb_magic.html
index c8140acd68..d4b23fcc9c 100644
--- a/docs/0.9.5/api/evennia.contrib.turnbattle.tb_magic.html
+++ b/docs/0.9.5/api/evennia.contrib.turnbattle.tb_magic.html
@@ -585,7 +585,7 @@ if there are still any actions you can take.
-
-
aliases = ['hold', 'wait']
+aliases = ['wait', 'hold']
diff --git a/docs/0.9.5/api/evennia.contrib.turnbattle.tb_range.html b/docs/0.9.5/api/evennia.contrib.turnbattle.tb_range.html
index 5c209c92b8..8ebc4eecdf 100644
--- a/docs/0.9.5/api/evennia.contrib.turnbattle.tb_range.html
+++ b/docs/0.9.5/api/evennia.contrib.turnbattle.tb_range.html
@@ -997,7 +997,7 @@ if there are still any actions you can take.
-
-
aliases = ['hold', 'wait']
+aliases = ['wait', 'hold']
diff --git a/docs/0.9.5/api/evennia.contrib.tutorial_examples.cmdset_red_button.html b/docs/0.9.5/api/evennia.contrib.tutorial_examples.cmdset_red_button.html
index bf8f894077..51a571867d 100644
--- a/docs/0.9.5/api/evennia.contrib.tutorial_examples.cmdset_red_button.html
+++ b/docs/0.9.5/api/evennia.contrib.tutorial_examples.cmdset_red_button.html
@@ -107,7 +107,7 @@ push the lid of the button away.
-
-
aliases = ['press button', 'press', 'push']
+aliases = ['press button', 'push', 'press']
@@ -155,7 +155,7 @@ lid-state respectively.
-
-
aliases = ['smash', 'break lid', 'smash lid']
+aliases = ['smash', 'smash lid', 'break lid']
@@ -284,7 +284,7 @@ of causing the lamp to break.
-
-
aliases = ['examine', 'get', 'listen', 'l', 'feel', 'ex']
+aliases = ['listen', 'feel', 'ex', 'examine', 'get', 'l']
diff --git a/docs/0.9.5/api/evennia.contrib.tutorial_world.objects.html b/docs/0.9.5/api/evennia.contrib.tutorial_world.objects.html
index 700adc60d6..bbfd706ea7 100644
--- a/docs/0.9.5/api/evennia.contrib.tutorial_world.objects.html
+++ b/docs/0.9.5/api/evennia.contrib.tutorial_world.objects.html
@@ -479,7 +479,7 @@ shift green root up/down
-
-
aliases = ['move', 'push', 'shiftroot', 'pull']
+aliases = ['shiftroot', 'pull', 'move', 'push']
@@ -527,7 +527,7 @@ yellow/green - horizontal roots
-
-
aliases = ['button', 'press button', 'push button']
+aliases = ['press button', 'button', 'push button']
@@ -692,7 +692,7 @@ parry - forgoes your attack but will make you harder to hit on next
-
-
aliases = ['chop', 'slash', 'hit', 'stab', 'kill', 'thrust', 'parry', 'pierce', 'bash', 'defend', 'fight']
+aliases = ['slash', 'hit', 'stab', 'parry', 'defend', 'pierce', 'bash', 'kill', 'thrust', 'fight', 'chop']
diff --git a/docs/0.9.5/api/evennia.contrib.tutorial_world.rooms.html b/docs/0.9.5/api/evennia.contrib.tutorial_world.rooms.html
index 73347cebf0..f47df8eb9a 100644
--- a/docs/0.9.5/api/evennia.contrib.tutorial_world.rooms.html
+++ b/docs/0.9.5/api/evennia.contrib.tutorial_world.rooms.html
@@ -176,7 +176,7 @@ code except for adding in the details.
-
-
aliases = ['l', 'ls']
+aliases = ['ls', 'l']
@@ -675,7 +675,7 @@ if they fall off the bridge.
-
-
aliases = ['h', '?']
+aliases = ['?', 'h']
@@ -822,7 +822,7 @@ to find something.
-
-
aliases = ['feel around', 'fiddle', 'search', 'l', 'feel']
+aliases = ['feel', 'fiddle', 'search', 'feel around', 'l']
diff --git a/docs/0.9.5/api/evennia.utils.eveditor.html b/docs/0.9.5/api/evennia.utils.eveditor.html
index e403c5facc..b4aa05ddca 100644
--- a/docs/0.9.5/api/evennia.utils.eveditor.html
+++ b/docs/0.9.5/api/evennia.utils.eveditor.html
@@ -267,7 +267,7 @@ indentation.
-
-
aliases = [':u', ':y', ':>', ':I', ':p', ':w', ':S', ':=', ':i', ':UU', ':A', ':DD', ':j', ':::', ':q!', ':q', ':r', ':s', ':uu', ':h', ':f', ':wq', ':fi', ':echo', ':<', '::', ':', ':!', ':dw', ':x', ':fd', ':dd']
+aliases = [':I', ':echo', ':y', ':x', ':q!', ':DD', ':u', ':fd', ':uu', '::', ':r', ':S', ':::', ':wq', ':q', ':=', ':dd', ':!', ':<', ':i', ':', ':A', ':f', ':>', ':UU', ':w', ':dw', ':s', ':h', ':fi', ':j', ':p']
diff --git a/docs/0.9.5/api/evennia.utils.evmore.html b/docs/0.9.5/api/evennia.utils.evmore.html
index bcf79537ed..14b6950326 100644
--- a/docs/0.9.5/api/evennia.utils.evmore.html
+++ b/docs/0.9.5/api/evennia.utils.evmore.html
@@ -77,7 +77,7 @@ the caller.msg() construct every time the page is updated.
-
-
aliases = ['t', 'n', 'b', 'quit', 'end', 'abort', 'next', 'top', 'q', 'back', 'a', 'e']
+aliases = ['n', 'next', 'end', 'a', 'quit', 't', 'e', 'q', 'top', 'back', 'abort', 'b']
diff --git a/docs/1.0-dev/.buildinfo b/docs/1.0-dev/.buildinfo
index a12fe44f08..12ba66edee 100644
--- a/docs/1.0-dev/.buildinfo
+++ b/docs/1.0-dev/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: 479ef7422339529350c10d6040463d0f
+config: bf597f1b13a7ac66cd6857c80dafbcd7
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/docs/1.0-dev/Components/Default-Commands.html b/docs/1.0-dev/Components/Default-Commands.html
index a087307717..35bbfddcc2 100644
--- a/docs/1.0-dev/Components/Default-Commands.html
+++ b/docs/1.0-dev/Components/Default-Commands.html
@@ -70,7 +70,7 @@ with alias [setobjalias] (cmdset: CharacterCmdSet, help-category: Building)
allcom (cmdset: AccountCmdSet, help-category: Comms)
batchcode [batchcodes] (cmdset: CharacterCmdSet, help-category: Building)
-batchcommands [batchcmd, batchcommand] (cmdset: CharacterCmdSet, help-category: Building)
+batchcommands [batchcommand, batchcmd] (cmdset: CharacterCmdSet, help-category: Building)
cboot (cmdset: AccountCmdSet, help-category: Comms)
ccreate [channelcreate] (cmdset: AccountCmdSet, help-category: Comms)
cdesc (cmdset: AccountCmdSet, help-category: Comms)
@@ -81,13 +81,13 @@ with clock (cmdset: AccountCmdSet, help-category: Comms)
cmdsets [listcmsets] (cmdset: CharacterCmdSet, help-category: Building)
color (cmdset: AccountCmdSet, help-category: General)
-connect [conn, con, co] (cmdset: UnloggedinCmdSet, help-category: General)
+connect [con, conn, co] (cmdset: UnloggedinCmdSet, help-category: General)
copy (cmdset: CharacterCmdSet, help-category: Building)
cpattr (cmdset: CharacterCmdSet, help-category: Building)
create (cmdset: CharacterCmdSet, help-category: Building)
create [cr, cre] (cmdset: UnloggedinCmdSet, help-category: General)
cwho (cmdset: AccountCmdSet, help-category: Comms)
-delcom [delchanalias, delaliaschan] (cmdset: AccountCmdSet, help-category: Comms)
+delcom [delaliaschan, delchanalias] (cmdset: AccountCmdSet, help-category: Comms)
desc [describe] (cmdset: CharacterCmdSet, help-category: Building)
destroy [delete, del] (cmdset: CharacterCmdSet, help-category: Building)
dig (cmdset: CharacterCmdSet, help-category: Building)
@@ -103,17 +103,17 @@ with home (cmdset: CharacterCmdSet, help-category: General)
ic [puppet] (cmdset: AccountCmdSet, help-category: General)
info (cmdset: UnloggedinCmdSet, help-category: General)
-inventory [inv, i] (cmdset: CharacterCmdSet, help-category: General)
+inventory [i, inv] (cmdset: CharacterCmdSet, help-category: General)
irc2chan (cmdset: AccountCmdSet, help-category: Comms)
ircstatus (cmdset: AccountCmdSet, help-category: Comms)
link (cmdset: CharacterCmdSet, help-category: Building)
lock [locks] (cmdset: CharacterCmdSet, help-category: Building)
-look [ls, l] (cmdset: AccountCmdSet, help-category: General)
-look [ls, l] (cmdset: CharacterCmdSet, help-category: General)
+look [l, ls] (cmdset: AccountCmdSet, help-category: General)
+look [l, ls] (cmdset: CharacterCmdSet, help-category: General)
mvattr (cmdset: CharacterCmdSet, help-category: Building)
name [rename] (cmdset: CharacterCmdSet, help-category: Building)
nick [nicks, nickname] (cmdset: AccountCmdSet, help-category: General)
-objects [listobjects, listobjs, stats, db] (cmdset: CharacterCmdSet, help-category: System)
+objects [listobjects, stats, db, listobjs] (cmdset: CharacterCmdSet, help-category: System)
ooc [unpuppet] (cmdset: AccountCmdSet, help-category: General)
open (cmdset: CharacterCmdSet, help-category: Building)
option [options] (cmdset: AccountCmdSet, help-category: General)
@@ -141,12 +141,12 @@ with spawn [olc] (cmdset: CharacterCmdSet, help-category: Building)
style (cmdset: AccountCmdSet, help-category: General)
tag [tags] (cmdset: CharacterCmdSet, help-category: Building)
-tasks [delays, task] (cmdset: CharacterCmdSet, help-category: System)
+tasks [task, delays] (cmdset: CharacterCmdSet, help-category: System)
tel [teleport] (cmdset: CharacterCmdSet, help-category: Building)
tickers (cmdset: CharacterCmdSet, help-category: System)
time [uptime] (cmdset: CharacterCmdSet, help-category: System)
tunnel [tun] (cmdset: CharacterCmdSet, help-category: Building)
-typeclass [type, parent, swap, update, typeclasses] (cmdset: CharacterCmdSet, help-category: Building)
+typeclass [swap, typeclasses, update, type, parent] (cmdset: CharacterCmdSet, help-category: Building)
unlink (cmdset: CharacterCmdSet, help-category: Building)
whisper (cmdset: CharacterCmdSet, help-category: General)
who [doing] (cmdset: AccountCmdSet, help-category: General)
diff --git a/docs/1.0-dev/Components/FuncParser.html b/docs/1.0-dev/Components/FuncParser.html
index 39285d573a..79fea629e9 100644
--- a/docs/1.0-dev/Components/FuncParser.html
+++ b/docs/1.0-dev/Components/FuncParser.html
@@ -339,8 +339,10 @@ match; if return_li
evennia.utils.funcparser.ACTOR_STANCE_CALLABLES
These are used to implement actor-stance emoting. They are used by the
DefaultObject.msg_contents method
-by default.
-These all require extra kwargs be passed into the parser:
+by default. You can read a lot more about this on the page
+Change messages per receiver.
+On the parser side, all these inline functions require extra kwargs be passed into the parser
+(done by msg_contents by default):
parser.parse(string, caller=<obj>, receiver=<obj>, mapping={'key': <obj>, ...})
@@ -354,10 +356,13 @@ be replaced either with the string you_obj.get_display_name(looker=receiver). This allows for a single string to echo differently
depending on who sees it, and also to reference other people in the same way.
$You([key]) - same as $you but always capitalized.
-$conj(verb) (code) – conjugates a verb between 4nd person presens to 3rd person presence depending on who
+
$conj(verb) (code) - conjugates a verb
+between 2nd person presens to 3rd person presence depending on who
sees the string. For example "$You() $conj(smiles)". will show as “You smile.” and “Tom smiles.” depending
on who sees it. This makes use of the tools in evennia.utils.verb_conjugation
to do this, and only works for English verbs.
+$pron(pronoun [,options]) (code) - Dynamically
+map pronouns (like his, herself, you, its etc) between 1st/2nd person to 3rd person.
schedule(func, min=5, sec=0) # Will call 5 minutes past the next (in-game) hour.
-schedule(func, hour=2, min=30, sec=0) # Will call the next (in-game) day at 02:30.
+