evennia/evennia/commands/default
Griatch 24c5ddecab Merge pull request #1338 from BigJMoney/SimpleFixes
Docstring typo fixes in evennia_runner and evennia_launcher
2017-07-17 13:09:57 +02:00
..
__init__.py Further reworking, naming the library folder 'evennia' instead of lib or src. 2015-01-07 13:36:57 +01:00
admin.py banlist to use evtable, markup, LGTM, PEP 8 2017-02-27 22:15:05 +01:00
batchprocess.py Markup and PEP 8 updates 2017-02-27 22:15:06 +01:00
building.py Missed on line in last commit. 2017-07-15 11:44:44 -04:00
cmdset_character.py Added new Whisper command to Cmdset 2017-03-01 08:08:27 +01:00
cmdset_player.py Add the ircstatus command, which allows an Evennia-ide user to ping the status of the IRC bot connection, get list of IRC nicks and also (if having the right privilege) force-reconnect the bot if the connection has died. 2017-02-12 00:43:19 +01:00
cmdset_session.py Updated commands to use new evennia path. 2015-01-07 14:31:35 +01:00
cmdset_unloggedin.py Added support for screen readers via the new option command (which merges the ability to set the screenreader mode with the encoding command). The new setting.SCREENREADER_REGEX_STRIP allows to customize what the screenreader mode strips. 2015-03-16 23:30:37 +01:00
comms.py comms.py update markup/PEP 8/whitespace, 2017-02-12 19:21:40 -05:00
general.py Change text optional kwarg type name to lowercase to match all other communications variables. Expand msg_contents to handle a tuple. 2017-03-29 21:50:51 +02:00
help.py Allow to change suggestion_cutoff and suggestion_maxnum in help 2017-07-02 16:46:33 -07:00
muxcommand.py Only parse as switches when directly after command 2017-03-25 09:56:58 +01:00
player.py Implement SUPPRESS-GO-AHEAD telnet option 2017-06-06 00:03:16 +02:00
syscommands.py Added the ability to overload the default command parent. Implements #923. 2016-05-22 20:49:46 +02:00
system.py Update system.py 2017-03-19 20:06:00 +01:00
tests.py Add the UnixCommand, to parse unix-like command options 2017-06-17 16:35:57 -07:00
unloggedin.py Add unittests to email_login contrib and also update it to work correctly with latest code. Pertains to #1105. 2017-02-19 14:35:42 +01:00