Added settings.py to svn:ignore

Merged in updates to branch
This commit is contained in:
Michael King 2007-06-11 14:48:57 +00:00
parent 1d14834a3b
commit 9648af6521
2 changed files with 3 additions and 2 deletions

View file

@ -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),