We now have a fully functional @set command, complete with flags and attributes.
This commit is contained in:
parent
833d7b3b45
commit
1b03c8cf31
6 changed files with 105 additions and 8 deletions
|
|
@ -89,7 +89,7 @@ class Server(dispatcher):
|
|||
"""
|
||||
attribute_list = Attribute.objects.all()
|
||||
for attrib in attribute_list:
|
||||
attrib.object.attrib_list[attrib.name] = attrib.value
|
||||
attrib.object.attrib_list[attrib.name] = attrib
|
||||
print ' Attributes Loaded: %d' % (len(attribute_list),)
|
||||
|
||||
def load_cmd_aliases(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue