Add help dialog with keybindings reference

This commit is contained in:
Simon Ser 2021-03-08 17:05:48 +01:00
parent 30157383e8
commit 17a2d48b2e
4 changed files with 66 additions and 0 deletions

View file

@ -29,6 +29,9 @@ export default {
"disconnect": (app, args) => {
app.disconnect();
},
"help": (app, args) => {
app.openHelp();
},
"join": (app, args) => {
var channel = args[0];
if (!channel) {