Updated all of players/ directory to Google style docstrings as per #709.

This commit is contained in:
Griatch 2015-06-21 13:51:32 +02:00
parent 8ac424c216
commit da9c97b699
6 changed files with 334 additions and 205 deletions

View file

@ -26,6 +26,10 @@ class BotStarter(DefaultScript):
"""
def at_script_creation(self):
"""
Called once, when script is created.
"""
self.key = "botstarter"
self.desc = "bot start/keepalive"
self.persistent = True