Add help dialog with keybindings reference
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user