We now have a fully functional @set command, complete with flags and attributes.

This commit is contained in:
Greg Taylor 2006-12-17 07:31:01 +00:00
parent 833d7b3b45
commit 1b03c8cf31
6 changed files with 105 additions and 8 deletions

View file

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