which is why I've upgraded the Brain class.

past code to add a skill to a Brain object(containing logical skills Chobit and Hardware skills Chobit):
brain.logicChobit.addSkill(DiTime())

new code example:
brain.add_logical_skill(DiTime())

it's all about being a lazy coder. as lazy as possible.
even if it only saves less than a second of work. lazier is better. ldar