Started implementing the Bot functionality.

This commit is contained in:
Griatch 2014-02-19 00:13:05 +01:00
parent 3f1a461e29
commit f9eece9749
8 changed files with 261 additions and 10 deletions

View file

@ -482,7 +482,7 @@ class Script(ScriptBase):
def at_stop(self):
"""
Called whenever when it's time for this script to stop
(either because is_valid returned False or )
(either because is_valid returned False or it runs out of iterations)
"""
pass