Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1
Scripting
Petr Bena edited this page Mar 30, 2018
·
2 revisions
Grumpy supports loading of JavaScript extensions through ECMA QtScript backend.
There is a command /grumpy.script.load /path/to/script.js that loads the script. If you want to add some extension permanently, just add this command with the extension name to GrumpyChat's autoexec script (see preferences).
See the example extension which also contains command reference: https://github.com/grumpy-irc/grumpy/blob/master/doc/example.js