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