203
202
def handle_splash(self, params):
204
203
# Initial console splash screen
205
204
python_version = '.'.join(str(v) for v in sys.version_info[:3])
207
206
Type "help", "copyright", "credits" or "license" for more information.
209
208
return {'output': splash_text}
211
210
def handle_chat(self, params):