Added settings.py to svn:ignore
Merged in updates to branch
This commit is contained in:
parent
1d14834a3b
commit
9648af6521
2 changed files with 3 additions and 2 deletions
|
|
@ -47,6 +47,7 @@ ctable = {
|
|||
"uptime": (commands.general.cmd_uptime, None),
|
||||
"version": (commands.general.cmd_version, None),
|
||||
"who": (commands.general.cmd_who, None),
|
||||
"@alias": (commands.objmanip.cmd_alias, None),
|
||||
"@ccreate": (commands.comsys.cmd_ccreate, ("objects.add_commchannel")),
|
||||
"@cdestroy": (commands.comsys.cmd_cdestroy, ("objects.delete_commchannel")),
|
||||
"@cemit": (commands.comsys.cmd_cemit, None),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue