Skip to content

Commit

Permalink
Fixes to JS extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
marigostra committed Jun 17, 2022
1 parent 576685a commit 2b1febf
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions js/core-startup.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/*
Copyright 2019-2022 Michael Pozhidaev <[email protected]>
This file is part of LUWRAIN.
LUWRAIN is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
LUWRAIN is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
*/

Luwrain.addHook("luwrain.startup", ()=>{
Luwrain.speak("Привет, поправь меня", Luwrain.constants.SOUND_STARTUP);
});

0 comments on commit 2b1febf

Please sign in to comment.