Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Barry
/
esp8266-Mud
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
c6f62199
authored
2018-05-15 00:51:57 -0700
by
Barry
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added eq alias
1 parent
870cfdee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
commandhandler.py
commandhandler.py
View file @
c6f6219
...
...
@@ -15,7 +15,8 @@ global_aliases = {
','
:
'emote'
,
'social'
:
'emote'
,
'equipment'
:
'equip'
,
'wear'
:
'equip'
'wear'
:
'equip'
,
'eq'
:
'equip'
}
...
...
Please
register
or
sign in
to post a comment